From 78377533b1814383eac8f03b3428fd2285ee4f50 Mon Sep 17 00:00:00 2001 From: Brian Lin Date: Mon, 22 Aug 2016 12:00:34 -0500 Subject: [PATCH] Bump version to 1.2.19 --- CHANGELOG.txt | 3 ++- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f04586d..f73454d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 @@ -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: diff --git a/setup.py b/setup.py index 6e628d1..fa0cfce 100644 --- a/setup.py +++ b/setup.py @@ -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", @@ -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"