Skip to content

Commit

Permalink
Bump for release (#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Jan 23, 2024
1 parent d9752e4 commit 7f3e4f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
Versions are year-based with a strict backward-compatibility policy.
The third digit is only for regressions.

24.0.0 (UNRELEASED)
24.0.0 (2024-01-22)
-------------------

Backward-incompatible changes:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def find_meta(meta):
packages=find_packages(where="src"),
package_dir={"": "src"},
install_requires=[
"cryptography>=41.0.5,<42",
"cryptography>=41.0.5,<43",
],
extras_require={
"test": ["flaky", "pretend", "pytest>=3.0.1"],
Expand Down
4 changes: 2 additions & 2 deletions src/OpenSSL/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"__version__",
]

__version__ = "23.3.0"
__version__ = "24.0.0"

__title__ = "pyOpenSSL"
__uri__ = "https://pyopenssl.org/"
__summary__ = "Python wrapper module around the OpenSSL library"
__author__ = "The pyOpenSSL developers"
__email__ = "cryptography-dev@python.org"
__license__ = "Apache License, Version 2.0"
__copyright__ = f"Copyright 2001-2023 {__author__}"
__copyright__ = f"Copyright 2001-2024 {__author__}"

0 comments on commit 7f3e4f9

Please sign in to comment.