File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Changelog
44Versions are year-based with a strict backward-compatibility policy.
55The third digit is only for regressions.
66
7- 23.3.0 (UNRELEASED )
7+ 23.3.0 (2023-10-25 )
88-------------------
99
1010Backward-incompatible changes:
@@ -31,7 +31,7 @@ Changes:
3131^^^^^^^^
3232
3333- Changed ``OpenSSL.crypto.X509Store.add_crl `` to also accept
34- ``cryptography ``'s ``X509 .CertificateRevocationList `` arguments in addition
34+ ``cryptography ``'s ``x509 .CertificateRevocationList `` arguments in addition
3535 to the now deprecated ``OpenSSL.crypto.CRL `` arguments.
3636- Fixed ``test_set_default_verify_paths `` test so that it is skipped if no
3737 network connection is available.
Original file line number Diff line number Diff line change 1717 "__version__" ,
1818]
1919
20- __version__ = "23.3.0.dev "
20+ __version__ = "23.3.0"
2121
2222__title__ = "pyOpenSSL"
2323__uri__ = "https://pyopenssl.org/"
You can’t perform that action at this time.
0 commit comments