Skip to content

Commit 22a5b01

Browse files
committed
Update for final release.
1 parent 0d9f087 commit 22a5b01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NEWS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Release notes
55

66
.. towncrier release notes start
77
8-
towncrier 23.6.0rc1 (2023-06-05)
9-
================================
8+
towncrier 23.6.0 (2023-06-06)
9+
=============================
1010

1111
This is the last release to support Python 3.7.
1212

src/towncrier/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from incremental import Version
99

1010

11-
__version__ = Version("towncrier", 23, 6, 0, release_candidate=1)
11+
__version__ = Version("towncrier", 23, 6, 0)
1212
# The version is exposed in string format to be
1313
# available for the hatching build tools.
1414
_hatchling_version = __version__.short()

0 commit comments

Comments
 (0)