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 Jun 6, 2023
1 parent 0d9f087 commit 22a5b01
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.6.0rc1 (2023-06-05)
================================
towncrier 23.6.0 (2023-06-06)
=============================

This is the last release to support Python 3.7.

Expand Down
2 changes: 1 addition & 1 deletion src/towncrier/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from incremental import Version


__version__ = Version("towncrier", 23, 6, 0, release_candidate=1)
__version__ = Version("towncrier", 23, 6, 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 22a5b01

Please sign in to comment.