Skip to content

Commit

Permalink
Bump version for 23.3.0 release (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Oct 26, 2023
1 parent 046a71e commit 5ba8ce1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -4,7 +4,7 @@ Changelog
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:
Expand All @@ -31,7 +31,7 @@ Changes:
^^^^^^^^

- 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.
Expand Down
2 changes: 1 addition & 1 deletion src/OpenSSL/version.py
Expand Up @@ -17,7 +17,7 @@
"__version__",
]

__version__ = "23.3.0.dev"
__version__ = "23.3.0"

__title__ = "pyOpenSSL"
__uri__ = "https://pyopenssl.org/"
Expand Down

0 comments on commit 5ba8ce1

Please sign in to comment.