From c761409490017fa3b192fedae17e6d3e4a5b2748 Mon Sep 17 00:00:00 2001 From: Karl MacMillan Date: Fri, 21 Dec 2007 11:42:54 -0500 Subject: Update versions for release. --- ipa-python/ipa-python.spec | 5 ++++- ipa-python/ipa-python.spec.in | 3 +++ ipa-python/setup.py | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'ipa-python') diff --git a/ipa-python/ipa-python.spec b/ipa-python/ipa-python.spec index 1c838821..ca8c4e33 100755 --- a/ipa-python/ipa-python.spec +++ b/ipa-python/ipa-python.spec @@ -1,5 +1,5 @@ Name: ipa-python -Version: 0.5.0 +Version: 0.6.0 Release: 1%{?dist} Summary: Ipa authentication server @@ -35,6 +35,9 @@ rm -rf %{buildroot} %config(noreplace) %{_sysconfdir}/ipa/ipa.conf %changelog +* Fri Dec 21 2007 Karl MacMillan - 0.6.0-1 +- Version bump for release + * Wed Nov 21 2007 Karl MacMillan - 0.5.0-1 - Version bump for release and rename of rpm diff --git a/ipa-python/ipa-python.spec.in b/ipa-python/ipa-python.spec.in index 9eb2e11c..54923f90 100755 --- a/ipa-python/ipa-python.spec.in +++ b/ipa-python/ipa-python.spec.in @@ -35,6 +35,9 @@ rm -rf %{buildroot} %config(noreplace) %{_sysconfdir}/ipa/ipa.conf %changelog +* Fri Dec 21 2007 Karl MacMillan - 0.6.0-1 +- Version bump for release + * Wed Nov 21 2007 Karl MacMillan - 0.5.0-1 - Version bump for release and rename of rpm diff --git a/ipa-python/setup.py b/ipa-python/setup.py index deb84f29..9611367a 100644 --- a/ipa-python/setup.py +++ b/ipa-python/setup.py @@ -35,10 +35,10 @@ def setup_package(): try: setup( name = "ipa", - version = "0.5.0", + version = "0.6.0", license = "GPL", author = "Karl MacMillan, et.al.", - author_email = "kmacmillan@redhat.com", + author_email = "kmacmill@redhat.com", maintainer = "freeIPA Developers", maintainer_email = "freeipa-devel@redhat.com", url = "http://www.freeipa.org/", -- cgit