From 1682ab14c9dbc655257e000c5a3d8fd96ec73eee Mon Sep 17 00:00:00 2001 From: Simeon Mihaylov Date: Fri, 21 Aug 2026 09:42:35 +0300 Subject: [PATCH 1/3] update version in setup.py to v0.21.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 66b37c7..c8af388 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ long_description = f.read() setup(name='vcert', - version='0.21.0', + version='0.21.1', url="https://github.com/Venafi/vcert-python", packages=['vcert', 'vcert.parser', 'vcert.policy'], install_requires=['requests>=2.32.4', 'python-dateutil>=2.9.0.post0', 'six>=1.17.0', From 9b1074eb6386ebea06ade7f52cd6182f82bd20ca Mon Sep 17 00:00:00 2001 From: Simeon Mihaylov Date: Fri, 21 Aug 2026 09:47:08 +0300 Subject: [PATCH 2/3] sign commit --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c8af388..a3617d7 100644 --- a/setup.py +++ b/setup.py @@ -29,3 +29,4 @@ 'Operating System :: OS Independent', "License :: OSI Approved :: Apache Software License", ]) + From 8ae9ee8b6cf5ccac2640828c3bc747e56971e3dc Mon Sep 17 00:00:00 2001 From: Simeon Mihaylov Date: Fri, 21 Aug 2026 09:49:00 +0300 Subject: [PATCH 3/3] sign commit --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index a3617d7..c8af388 100644 --- a/setup.py +++ b/setup.py @@ -29,4 +29,3 @@ 'Operating System :: OS Independent', "License :: OSI Approved :: Apache Software License", ]) -