From 2d005b018bf5714a4849ca6911c30c52157350b1 Mon Sep 17 00:00:00 2001 From: Luis Presuel Date: Thu, 24 Apr 2025 21:15:16 -0600 Subject: [PATCH] feat(release): Bumps version to v0.18.0 updates history docs accordingly --- docs/version_history.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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',