Bump version numbers for release v0.4.0 v0.4.0
authorPatrick Uiterwijk <puiterwijk@redhat.com>
Fri, 27 Feb 2015 08:27:34 +0000 (09:27 +0100)
committerPatrick Uiterwijk <puiterwijk@redhat.com>
Fri, 27 Feb 2015 14:05:02 +0000 (15:05 +0100)
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Reviewed-by: Rob Crittenden <rcritten@redhat.com>
contrib/fedora/ipsilon.spec
setup.py

index 24d0f6c..2bf5e3d 100644 (file)
@@ -1,8 +1,8 @@
 # Bundling request for bootstrap/patternfly: https://fedorahosted.org/fpc/ticket/483
 
 Name:       ipsilon
 # Bundling request for bootstrap/patternfly: https://fedorahosted.org/fpc/ticket/483
 
 Name:       ipsilon
-Version:    0.3.0
-Release:    7%{?dist}
+Version:    0.4.0
+Release:    1%{?dist}
 Summary:    An Identity Provider Server
 
 Group:      System Environment/Base
 Summary:    An Identity Provider Server
 
 Group:      System Environment/Base
@@ -319,6 +319,9 @@ fi
 %{python2_sitelib}/ipsilon/info/infosssd.*
 
 %changelog
 %{python2_sitelib}/ipsilon/info/infosssd.*
 
 %changelog
+* Fri Feb 27 2015 Patrick Uiterwijk <puiterwijk@redhat.com> - 0.4.0-1
+- Released 0.4.0
+
 * Tue Feb 24 2015 Patrick Uiterwijk <puiterwijk@redhat.com> - 0.3.0-7
 - Split the installer into -tools
 - Split authform into -authform
 * Tue Feb 24 2015 Patrick Uiterwijk <puiterwijk@redhat.com> - 0.3.0-7
 - Split the installer into -tools
 - Split authform into -authform
index 2ed4adb..c3f9468 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ DATA = 'share/ipsilon/'
 
 setup(
     name = 'ipsilon',
 
 setup(
     name = 'ipsilon',
-    version = '0.3.0',
+    version = '0.4.0',
     license = 'GPLv3+',
     maintainer = 'Ipsilon project Contributors',
     maintainer_email = 'ipsilon@lists.fedorahosted.org',
     license = 'GPLv3+',
     maintainer = 'Ipsilon project Contributors',
     maintainer_email = 'ipsilon@lists.fedorahosted.org',