From 619c2458d7c868e29042961757c17d6fdacbb8c1 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Oct 31 2016 12:59:28 +0000 Subject: Bump version to 2.0.1 Signed-off-by: Patrick Uiterwijk --- diff --git a/contrib/fedora/ipsilon.spec b/contrib/fedora/ipsilon.spec index 6bf0bf9..d67b065 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: 2.0.0 +Version: 2.0.1 Release: 1%{?builddate}%{?gittag}%{?dist} Summary: An Identity Provider Server @@ -421,6 +421,9 @@ fi %{python2_sitelib}/ipsilon/info/infosssd.* %changelog +* Mon Oct 31 2016 Patrick Uiterwijk - 2.0.1-1 +- Enabling allow authz on upgrade + * Tue Oct 25 2016 Patrick Uiterwijk - 2.0.0-1 - Release 2.0.0 diff --git a/man/ipsilon-client-install.1 b/man/ipsilon-client-install.1 index 7d97635..6ff1c94 100644 --- a/man/ipsilon-client-install.1 +++ b/man/ipsilon-client-install.1 @@ -1,6 +1,6 @@ .\" Copyright (C) 2015 Ipsilon Project Contributors .\" -.TH "ipsilon-client-install" "1" "2.0.0" "Ipsilon" "Ipsilon Manual Pages" +.TH "ipsilon-client-install" "1" "2.0.1" "Ipsilon" "Ipsilon Manual Pages" .SH "NAME" ipsilon\-client\-install \- Configure an Ipsilon client .SH "SYNOPSIS" diff --git a/man/ipsilon-server-install.1 b/man/ipsilon-server-install.1 index ab3d48a..eb9365e 100644 --- a/man/ipsilon-server-install.1 +++ b/man/ipsilon-server-install.1 @@ -1,6 +1,6 @@ .\" Copyright (C) 2015 Ipsilon Project Contributors .\" -.TH "ipsilon-server-install" "1" "2.0.0" "Ipsilon" "Ipsilon Manual Pages" +.TH "ipsilon-server-install" "1" "2.0.1" "Ipsilon" "Ipsilon Manual Pages" .SH "NAME" ipsilon\-server\-install \- Configure an Ipsilon Identity Provider instance .SH "SYNOPSIS" diff --git a/man/ipsilon.7 b/man/ipsilon.7 index eb9228f..bdd808a 100644 --- a/man/ipsilon.7 +++ b/man/ipsilon.7 @@ -1,6 +1,6 @@ .\" Copyright (C) 2015 Ipsilon Project Contributors .\" -.TH "ipsilon" "7" "2.0.0" "Ipsilon" "Ipsilon Manual Pages" +.TH "ipsilon" "7" "2.0.1" "Ipsilon" "Ipsilon Manual Pages" .SH "NAME" ipsilon .SH "DESCRIPTION" diff --git a/man/ipsilon.conf.5 b/man/ipsilon.conf.5 index eb7bb78..5c972de 100644 --- a/man/ipsilon.conf.5 +++ b/man/ipsilon.conf.5 @@ -1,6 +1,6 @@ .\" Copyright (C) 2015 Ipsilon Project Contributors .\" -.TH "ipsilon.conf" "5" "2.0.0" "Ipsilon" "Ipsilon Manual Pages" +.TH "ipsilon.conf" "5" "2.0.1" "Ipsilon" "Ipsilon Manual Pages" .SH "NAME" ipsilon.conf \- Ipsilon IdP configuration file .SH "SYNOPSIS" diff --git a/setup.py b/setup.py index 043ab6f..abe6db1 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ DATA = 'share/ipsilon/' setup( name = 'ipsilon', - version = '2.0.0', + version = '2.0.1', license = 'GPLv3+', maintainer = 'Ipsilon project Contributors', maintainer_email = 'ipsilon@lists.fedorahosted.org',