Skip to content

Commit

Permalink
Prep for final release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonspeed committed Mar 1, 2024
1 parent d7c9b3d commit 64a18eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NEWS.rst
Expand Up @@ -8,8 +8,8 @@ https://twisted.org/trac/ticket/<number>

.. towncrier release notes start
Twisted 24.2.0.rc1 (2024-02-21)
===============================
Twisted 24.3.0 (2024-03-01)
===========================

Bugfixes
--------
Expand Down
2 changes: 1 addition & 1 deletion src/twisted/_version.py
Expand Up @@ -7,5 +7,5 @@

from incremental import Version

__version__ = Version("Twisted", 24, 2, 0, release_candidate=1)
__version__ = Version("Twisted", 24, 3, 0)
__all__ = ["__version__"]

0 comments on commit 64a18eb

Please sign in to comment.