Skip to content

Commit

Permalink
Prepare for 24.2.0 release (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jul 20, 2024
1 parent 6943ee5 commit e265b28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2.0 (UNRELEASED)
24.2.0 (2024-07-20)
-------------------

Backward-incompatible changes:
Expand Down
2 changes: 1 addition & 1 deletion src/OpenSSL/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"__version__",
]

__version__ = "24.1.0"
__version__ = "24.2.0"

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

0 comments on commit e265b28

Please sign in to comment.