Skip to content

Commit 2d005b0

Browse files
feat(release): Bumps version to v0.18.0
updates history docs accordingly
1 parent 14b3370 commit 2d005b0

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/version_history.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# VCert Python
22

33
## Version History
4+
5+
#### 0.18.0
6+
* Added support for TPP 25.1
7+
* Upgraded dependencies
48
#### 0.17.0
59
* Added ability to retire certificates in both TLSPDC and TLSPC
610
* Dropped certvalidator dependency as it has not been needed for a long time

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
long_description = f.read()
1212

1313
setup(name='vcert',
14-
version='0.17.0',
14+
version='0.18.0',
1515
url="https://github.com/Venafi/vcert-python",
1616
packages=['vcert', 'vcert.parser', 'vcert.policy'],
1717
install_requires=['requests==2.31.0', 'python-dateutil==2.8.2', 'six==1.16.0',

0 commit comments

Comments
 (0)