Skip to content

Commit 8dd9457

Browse files
authored
24.2.1 (#1320)
* 24.2.1 * actually update the thing we should
1 parent 19f093e commit 8dd9457

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.rst

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

7+
24.2.1 (2024-07-20)
8+
-------------------
9+
10+
Backward-incompatible changes:
11+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12+
13+
Deprecations:
14+
^^^^^^^^^^^^^
15+
16+
Changes:
17+
^^^^^^^^
18+
19+
- Fixed changelog to remove sphinx specific restructured text strings.
20+
21+
722
24.2.0 (2024-07-20)
823
-------------------
924

setup.py

Lines changed: 1 addition & 1 deletion
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,<43",
96+
"cryptography>=41.0.5,<44",
9797
],
9898
extras_require={
9999
"test": ["pytest-rerunfailures", "pretend", "pytest>=3.0.1"],

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__ = "24.2.0"
20+
__version__ = "24.2.1"
2121

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

0 commit comments

Comments
 (0)