diff options
author | Karl MacMillan <kmacmill@redhat.com> | 2007-11-21 23:09:13 -0500 |
---|---|---|
committer | Karl MacMillan <kmacmill@redhat.com> | 2007-11-21 23:09:13 -0500 |
commit | b202b6cc31c6f036305bd7389201c6aa57dcc5fe (patch) | |
tree | 6ce2352e7f7b935de98b2eb53b3ca9e8f6279b67 /ipa-python/setup.py | |
parent | 67cddce4d47791ad357ed5551ab58e16dbf87e0c (diff) | |
download | freeipa-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
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", |