Skip to content

Commit

Permalink
Bump version to 3.4.0 (SOFTWARE-4121)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhlin committed Jul 14, 2020
1 parent b99d975 commit f029f8e
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -8,7 +8,7 @@

from ExceptionDefinitions import *

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


Expand Down
5 changes: 4 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.3.0
Version: 3.4.0
Release: 1%{?dist}
Source: osg-pki-tools-%{version}.tar.gz
License: Apache 2.0
Expand Down Expand Up @@ -36,6 +36,9 @@ gzip -c man/osg-incommon-cert-request.1 >%{buildroot}%{_datadir}/man/man1/osg-in
%{_datadir}/man/man1/osg-incommon-cert-request*

%changelog
* Tue Jul 14 2020 Brian Lin <blin@cs.wisc.edu> - 3.4.0
- Add the ability to specify "Organizational Unit" (SOFTWARE-4121)

* 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.
Expand Down

0 comments on commit f029f8e

Please sign in to comment.