diff --git a/osgpkitools/utils.py b/osgpkitools/utils.py index dd01b09..a54c66f 100644 --- a/osgpkitools/utils.py +++ b/osgpkitools/utils.py @@ -15,7 +15,7 @@ from ExceptionDefinitions import * -VERSION_NUMBER = "3.2.3" +VERSION_NUMBER = "3.3.0" HELP_EMAIL = 'help@opensciencegrid.org' diff --git a/rpm/osg-pki-tools.spec b/rpm/osg-pki-tools.spec index 820c69c..1dbe252 100644 --- a/rpm/osg-pki-tools.spec +++ b/rpm/osg-pki-tools.spec @@ -1,6 +1,6 @@ Summary: osg-pki-tools Name: osg-pki-tools -Version: 3.2.3 +Version: 3.3.0 Release: 1%{?dist} Source: osg-pki-tools-%{version}.tar.gz License: Apache 2.0 @@ -36,6 +36,10 @@ gzip -c man/osg-incommon-cert-request.1 >%{buildroot}%{_datadir}/man/man1/osg-in %{_datadir}/man/man1/osg-incommon-cert-request* %changelog +* Mon May 13 2019 Dave Dykstra - 3.3.0 +- Bump to new middle version number because of the new -O/--orgid option. +- Slightly reorganize the man page documentation of the new option. + * Wed May 8 2019 Jeny Teheran - 3.2.3 - Add organization and department code option