Skip to content

Commit

Permalink
Bump version to 1.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhlin committed Aug 22, 2016
1 parent 6a74f33 commit 7837753
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Enhancements in version 1.2:
* Certificates and keys are now always written to file with predictable
filename with old files renamed. OSGPKI-332
* Addition of version flag (-V/--version) to specify the version of the scripts.
OSGPKI-314
OSGPKI-314
* Scripts now have -d option to specify output directory. OSGPKI-330
* Renew now grabs PKCS12 files from OIM. SOFTWARE-1229
* Can add CC's in cert request SOFTWARE-1318
Expand All @@ -25,6 +25,7 @@ OSGPKI-365
* Certificate requests fail without setting the CSR version (SOFTWARE-1936)
* Added --csr and --hostname options conflict to osg-cert-request
* Change help references in osg-user-cert-revoke to refer to osg-user-cert-revoke instead of osg-cert-revoke
* Fixed formatting of CSRs (SOFTWARE-2132)

----------------------------------------------------------------------
Enhancements in version 1.1:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(fname):

setup(
name = "OSGPKITools",
version = "1.2.18",
version = "1.2.19",
author = "Rohan Mathure",
author_email = "rmathure@indiana.edu",
maintainer = "Brian Lin",
Expand All @@ -23,7 +23,7 @@ def read(fname):
packages=['osgpkitools', 'tests'],
long_description=read('README.txt'),
classifiers=[
"Development Status :: 1.2.18",
"Development Status :: 1.2.19",
"Topic :: Utilities",
"Programming Language :: Python"
"Operating System :: POSIX :: Linux"
Expand Down

0 comments on commit 7837753

Please sign in to comment.