#151 Bump version for 2.0.0 release
Merged 7 years ago by puiterwijk. Opened 7 years ago by puiterwijk.
puiterwijk/ipsilon versionbump  into  master

file modified
+4 -1
@@ -1,7 +1,7 @@ 

  # Bundling request for bootstrap/patternfly: https://fedorahosted.org/fpc/ticket/483

  

  Name:       ipsilon

- Version:    1.2.0

+ Version:    2.0.0

  Release:    1%{?builddate}%{?gittag}%{?dist}

  Summary:    An Identity Provider Server

  
@@ -420,6 +420,9 @@ 

  %{python2_sitelib}/ipsilon/info/infosssd.*

  

  %changelog

+ * Tue Oct 25 2016 Patrick Uiterwijk <puiterwijk@redhat.com> - 2.0.0-1

+ - Release 2.0.0

+ 

  * Mon May 02 2016 Patrick Uiterwijk <puiterwijk@redhat.com> - 1.2.0-1

  - Release 1.2.0

  

file modified
+1 -1
@@ -1,6 +1,6 @@ 

  .\" Copyright (C) 2015 Ipsilon Project Contributors

  .\"

- .TH "ipsilon-client-install" "1" "1.2.0" "Ipsilon" "Ipsilon Manual Pages"

+ .TH "ipsilon-client-install" "1" "2.0.0" "Ipsilon" "Ipsilon Manual Pages"

  .SH "NAME"

  ipsilon\-client\-install \- Configure an Ipsilon client

  .SH "SYNOPSIS"

file modified
+1 -1
@@ -1,6 +1,6 @@ 

  .\" Copyright (C) 2015 Ipsilon Project Contributors

  .\"

- .TH "ipsilon-server-install" "1" "1.2.0" "Ipsilon" "Ipsilon Manual Pages"

+ .TH "ipsilon-server-install" "1" "2.0.0" "Ipsilon" "Ipsilon Manual Pages"

  .SH "NAME"

  ipsilon\-server\-install \- Configure an Ipsilon Identity Provider instance

  .SH "SYNOPSIS"

file modified
+1 -1
@@ -1,6 +1,6 @@ 

  .\" Copyright (C) 2015 Ipsilon Project Contributors

  .\"

- .TH "ipsilon" "7" "1.2.0" "Ipsilon" "Ipsilon Manual Pages"

+ .TH "ipsilon" "7" "2.0.0" "Ipsilon" "Ipsilon Manual Pages"

  .SH "NAME"

  ipsilon

  .SH "DESCRIPTION"

file modified
+1 -1
@@ -1,6 +1,6 @@ 

  .\" Copyright (C) 2015 Ipsilon Project Contributors

  .\"

- .TH "ipsilon.conf" "5" "1.2.0" "Ipsilon" "Ipsilon Manual Pages"

+ .TH "ipsilon.conf" "5" "2.0.0" "Ipsilon" "Ipsilon Manual Pages"

  .SH "NAME"

  ipsilon.conf \- Ipsilon IdP configuration file

  .SH "SYNOPSIS"

file modified
+1 -1
@@ -9,7 +9,7 @@ 

  

  setup(

      name = 'ipsilon',

-     version = '1.2.0',

+     version = '2.0.0',

      license = 'GPLv3+',

      maintainer = 'Ipsilon project Contributors',

      maintainer_email = 'ipsilon@lists.fedorahosted.org',