summaryrefslogtreecommitdiffstats
path: root/ipa-python
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
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')
-rwxr-xr-xipa-python/freeipa-python.spec2
-rw-r--r--ipa-python/setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ipa-python/freeipa-python.spec b/ipa-python/freeipa-python.spec
index a84fb0fe2..2c1420f91 100755
--- a/ipa-python/freeipa-python.spec
+++ b/ipa-python/freeipa-python.spec
@@ -1,5 +1,5 @@
Name: freeipa-python
-Version: 0.4.1
+Version: 0.5.0
Release: 1%{?dist}
Summary: FreeIPA authentication server
diff --git a/ipa-python/setup.py b/ipa-python/setup.py
index defd49cbd..3a5a6f4eb 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",