Skip to content

Commit e265b28

Browse files
authored
Prepare for 24.2.0 release (#1318)
1 parent 6943ee5 commit e265b28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
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.2.0 (UNRELEASED)
7+
24.2.0 (2024-07-20)
88
-------------------
99

1010
Backward-incompatible changes:

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.1.0"
20+
__version__ = "24.2.0"
2121

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

0 commit comments

Comments
 (0)