Skip to content

Commit 7f3e4f9

Browse files
authored
Bump for release (pyca#1284)
1 parent d9752e4 commit 7f3e4f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

+1-1
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-
24.0.0 (UNRELEASED)
7+
24.0.0 (2024-01-22)
88
-------------------
99

1010
Backward-incompatible changes:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def find_meta(meta):
9393
packages=find_packages(where="src"),
9494
package_dir={"": "src"},
9595
install_requires=[
96-
"cryptography>=41.0.5,<42",
96+
"cryptography>=41.0.5,<43",
9797
],
9898
extras_require={
9999
"test": ["flaky", "pretend", "pytest>=3.0.1"],

src/OpenSSL/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"__version__",
1818
]
1919

20-
__version__ = "23.3.0"
20+
__version__ = "24.0.0"
2121

2222
__title__ = "pyOpenSSL"
2323
__uri__ = "https://pyopenssl.org/"
2424
__summary__ = "Python wrapper module around the OpenSSL library"
2525
__author__ = "The pyOpenSSL developers"
2626
__email__ = "[email protected]"
2727
__license__ = "Apache License, Version 2.0"
28-
__copyright__ = f"Copyright 2001-2023 {__author__}"
28+
__copyright__ = f"Copyright 2001-2024 {__author__}"

0 commit comments

Comments
 (0)