Skip to content

Commit

Permalink
Update for final release.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Oct 24, 2023
1 parent ee85740 commit bec8d2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Release notes

.. towncrier release notes start
towncrier 23.10.0rc1 (2023-10-23)
=================================
towncrier 23.10.0 (2023-10-24)
==============================

Features
--------
Expand Down
2 changes: 1 addition & 1 deletion src/towncrier/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# For dev - Version('towncrier', 23, 8, 1, dev=0)
# For RC - Version('towncrier', 23, 9, 0, release_candidate=1)
# For final - Version('towncrier', 23, 9, 0)
__version__ = Version("towncrier", 23, 10, 0, release_candidate=1)
__version__ = Version("towncrier", 23, 10, 0)
# The version is exposed in string format to be
# available for the hatching build tools.
_hatchling_version = __version__.short()
Expand Down

0 comments on commit bec8d2a

Please sign in to comment.