Skip to content

Commit

Permalink
Merge pull request #63 from DrDaveD/increase-version
Browse files Browse the repository at this point in the history
Update to 3.3.0
  • Loading branch information
brianhlin authored May 13, 2019
2 parents 6bb6535 + 8c5d676 commit c5850b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion osgpkitools/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from ExceptionDefinitions import *

VERSION_NUMBER = "3.2.3"
VERSION_NUMBER = "3.3.0"
HELP_EMAIL = 'help@opensciencegrid.org'


Expand Down
6 changes: 5 additions & 1 deletion rpm/osg-pki-tools.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 <dwd@fnal.gov> - 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 <jteheran@fnal.gov> - 3.2.3
- Add organization and department code option

Expand Down

0 comments on commit c5850b9

Please sign in to comment.