diff --git a/Changes.rst b/Changes.rst index b5fd0d7..3fa3ebe 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,11 @@ +Changes for v4.0.3 (2024-11-23) +=============================== + +- Fix issue with support for deprecated PyOpenSSL certificates + +- Fully remove the ca_path parameter; add docs for signature location + pinning + Changes for v4.0.2 (2024-09-10) =============================== diff --git a/setup.py b/setup.py index a0382ae..b50719e 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="signxml", - version="4.0.2", + version="4.0.3", url="https://github.com/kislyuk/signxml", license="Apache Software License", author="Andrey Kislyuk",