summaryrefslogtreecommitdiffstats
path: root/ipa-python/setup.py
diff options
context:
space:
mode:
authorKarl MacMillan <kmacmill@redhat.com>2007-11-21 23:09:13 -0500
committerKarl MacMillan <kmacmill@redhat.com>2007-11-21 23:09:13 -0500
commitb202b6cc31c6f036305bd7389201c6aa57dcc5fe (patch)
tree6ce2352e7f7b935de98b2eb53b3ca9e8f6279b67 /ipa-python/setup.py
parent67cddce4d47791ad357ed5551ab58e16dbf87e0c (diff)
downloadfreeipa-b202b6cc31c6f036305bd7389201c6aa57dcc5fe.tar.gz
freeipa-b202b6cc31c6f036305bd7389201c6aa57dcc5fe.tar.xz
freeipa-b202b6cc31c6f036305bd7389201c6aa57dcc5fe.zip
Bump the version numbers for release. Also remove
specific version check on freeradius. Packages aren't available and the freeradius support isn't ready anyway.
Diffstat (limited to 'ipa-python/setup.py')
-rw-r--r--ipa-python/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-python/setup.py b/ipa-python/setup.py
index defd49cb..3a5a6f4e 100644
--- a/ipa-python/setup.py
+++ b/ipa-python/setup.py
@@ -35,7 +35,7 @@ def setup_package():
try:
setup(
name = "freeipa-python",
- version = "0.4.1",
+ version = "0.5.0",
license = "GPL",
author = "Karl MacMillan, et.al.",
author_email = "kmacmillan@redhat.com",