Bump version for 23.3.0 release (#1264)
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 71d2f6a..d504499 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -4,7 +4,7 @@
Versions are year-based with a strict backward-compatibility policy.
The third digit is only for regressions.
-23.3.0 (UNRELEASED)
+23.3.0 (2023-10-25)
-------------------
Backward-incompatible changes:
@@ -31,7 +31,7 @@
^^^^^^^^
- Changed ``OpenSSL.crypto.X509Store.add_crl`` to also accept
- ``cryptography``'s ``X509.CertificateRevocationList`` arguments in addition
+ ``cryptography``'s ``x509.CertificateRevocationList`` arguments in addition
to the now deprecated ``OpenSSL.crypto.CRL`` arguments.
- Fixed ``test_set_default_verify_paths`` test so that it is skipped if no
network connection is available.
diff --git a/src/OpenSSL/version.py b/src/OpenSSL/version.py
index e5cfb04..4120cff 100644
--- a/src/OpenSSL/version.py
+++ b/src/OpenSSL/version.py
@@ -17,7 +17,7 @@
"__version__",
]
-__version__ = "23.3.0.dev"
+__version__ = "23.3.0"
__title__ = "pyOpenSSL"
__uri__ = "https://pyopenssl.org/"