Skip to content

Commit 5ba8ce1

Browse files
authored
Bump version for 23.3.0 release (#1264)
1 parent 046a71e commit 5ba8ce1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
Versions are year-based with a strict backward-compatibility policy.
55
The third digit is only for regressions.
66

7-
23.3.0 (UNRELEASED)
7+
23.3.0 (2023-10-25)
88
-------------------
99

1010
Backward-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.

src/OpenSSL/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"__version__",
1818
]
1919

20-
__version__ = "23.3.0.dev"
20+
__version__ = "23.3.0"
2121

2222
__title__ = "pyOpenSSL"
2323
__uri__ = "https://pyopenssl.org/"

0 commit comments

Comments
 (0)