From 29611bf97c96fd186ff1181aa0c43a0580b1200d Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Feb 14 2017 23:15:48 +0000 Subject: Fix version bumps post-2.0.2 Signed-off-by: Patrick Uiterwijk --- diff --git a/man/ipsilon-client-install.1 b/man/ipsilon-client-install.1 index 6ff1c94..f05fe70 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.1" "Ipsilon" "Ipsilon Manual Pages" +.TH "ipsilon-client-install" "1" "2.0.2" "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 eb9365e..96dfb3c 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.1" "Ipsilon" "Ipsilon Manual Pages" +.TH "ipsilon-server-install" "1" "2.0.2" "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 bdd808a..eca6f83 100644 --- a/man/ipsilon.7 +++ b/man/ipsilon.7 @@ -1,6 +1,6 @@ .\" Copyright (C) 2015 Ipsilon Project Contributors .\" -.TH "ipsilon" "7" "2.0.1" "Ipsilon" "Ipsilon Manual Pages" +.TH "ipsilon" "7" "2.0.2" "Ipsilon" "Ipsilon Manual Pages" .SH "NAME" ipsilon .SH "DESCRIPTION" diff --git a/man/ipsilon.conf.5 b/man/ipsilon.conf.5 index 5c972de..2f5a8a1 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.1" "Ipsilon" "Ipsilon Manual Pages" +.TH "ipsilon.conf" "5" "2.0.2" "Ipsilon" "Ipsilon Manual Pages" .SH "NAME" ipsilon.conf \- Ipsilon IdP configuration file .SH "SYNOPSIS" diff --git a/setup.py b/setup.py index abe6db1..6ee74e4 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ DATA = 'share/ipsilon/' setup( name = 'ipsilon', - version = '2.0.1', + version = '2.0.2', license = 'GPLv3+', maintainer = 'Ipsilon project Contributors', maintainer_email = 'ipsilon@lists.fedorahosted.org',