diff --git a/docs/version_history.md b/docs/version_history.md index 619b8c2..b6e905a 100644 --- a/docs/version_history.md +++ b/docs/version_history.md @@ -1,6 +1,10 @@ # VCert Python ## Version History + +#### 0.18.0 +* Added support for TPP 25.1 +* Upgraded dependencies #### 0.17.0 * Added ability to retire certificates in both TLSPDC and TLSPC * Dropped certvalidator dependency as it has not been needed for a long time diff --git a/setup.py b/setup.py index 0e88977..6158f69 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ long_description = f.read() setup(name='vcert', - version='0.17.0', + version='0.18.0', url="https://github.com/Venafi/vcert-python", packages=['vcert', 'vcert.parser', 'vcert.policy'], install_requires=['requests==2.31.0', 'python-dateutil==2.8.2', 'six==1.16.0',