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
4
4
Versions are year-based with a strict backward-compatibility policy.
5
5
The third digit is only for regressions.
6
6
7
- 23.3.0 (UNRELEASED )
7
+ 23.3.0 (2023-10-25 )
8
8
-------------------
9
9
10
10
Backward-incompatible changes:
@@ -31,7 +31,7 @@ Changes:
31
31
^^^^^^^^
32
32
33
33
- 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
35
35
to the now deprecated ``OpenSSL.crypto.CRL `` arguments.
36
36
- Fixed ``test_set_default_verify_paths `` test so that it is skipped if no
37
37
network connection is available.
Original file line number Diff line number Diff line change 17
17
"__version__" ,
18
18
]
19
19
20
- __version__ = "23.3.0.dev "
20
+ __version__ = "23.3.0"
21
21
22
22
__title__ = "pyOpenSSL"
23
23
__uri__ = "https://pyopenssl.org/"
You can’t perform that action at this time.
0 commit comments