From aad99a647d73820df1694848824d341f14baae4e Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 15 Apr 2015 16:38:30 +0200 Subject: Release v0.6.0 Signed-off-by: Patrick Uiterwijk Reviewed-by: Rob Crittenden --- contrib/fedora/ipsilon.spec | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/contrib/fedora/ipsilon.spec b/contrib/fedora/ipsilon.spec index a8d3707..c0fe799 100644 --- a/contrib/fedora/ipsilon.spec +++ b/contrib/fedora/ipsilon.spec @@ -1,7 +1,7 @@ # Bundling request for bootstrap/patternfly: https://fedorahosted.org/fpc/ticket/483 Name: ipsilon -Version: 0.5.0 +Version: 0.6.0 Release: 1%{?builddate}%{?gittag}%{?dist} Summary: An Identity Provider Server @@ -363,6 +363,9 @@ fi %{python2_sitelib}/ipsilon/info/infosssd.* %changelog +* Wed Apr 15 2015 Patrick Uiterwijk - 0.6.0-1 +- Release 0.6.0 + * Mon Mar 30 2015 Patrick Uiterwijk - 0.5.0-1 - Released 0.5.0 diff --git a/setup.py b/setup.py index f608d63..a7e7d4a 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ DATA = 'share/ipsilon/' setup( name = 'ipsilon', - version = '0.5.0', + version = '0.6.0', license = 'GPLv3+', maintainer = 'Ipsilon project Contributors', maintainer_email = 'ipsilon@lists.fedorahosted.org', -- cgit