From 707d48d5fc506c2a45b875b4b585c6c168c599fd Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 27 Feb 2015 09:27:34 +0100 Subject: [PATCH] Bump version numbers for release v0.4.0 Signed-off-by: Patrick Uiterwijk Reviewed-by: Rob Crittenden --- contrib/fedora/ipsilon.spec | 7 +++++-- setup.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/contrib/fedora/ipsilon.spec b/contrib/fedora/ipsilon.spec index 24d0f6c..2bf5e3d 100644 --- a/contrib/fedora/ipsilon.spec +++ b/contrib/fedora/ipsilon.spec @@ -1,8 +1,8 @@ # 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 @@ -319,6 +319,9 @@ fi %{python2_sitelib}/ipsilon/info/infosssd.* %changelog +* Fri Feb 27 2015 Patrick Uiterwijk - 0.4.0-1 +- Released 0.4.0 + * Tue Feb 24 2015 Patrick Uiterwijk - 0.3.0-7 - Split the installer into -tools - Split authform into -authform diff --git a/setup.py b/setup.py index 2ed4adb..c3f9468 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ DATA = 'share/ipsilon/' setup( name = 'ipsilon', - version = '0.3.0', + version = '0.4.0', license = 'GPLv3+', maintainer = 'Ipsilon project Contributors', maintainer_email = 'ipsilon@lists.fedorahosted.org', -- 2.20.1