Skip to content

Commit 347e944

Browse files
committed
Update for final release.
1 parent ee85740 commit 347e944

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

NEWS.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ Release notes
55

66
.. towncrier release notes start
77
8-
towncrier 23.10.0rc1 (2023-10-23)
9-
=================================
8+
towncrier 23.10.0 (2023-10-24)
9+
==============================
10+
11+
No significant changes since the previous release candidate.
12+
1013

1114
Features
1215
--------

src/towncrier/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# For dev - Version('towncrier', 23, 8, 1, dev=0)
1212
# For RC - Version('towncrier', 23, 9, 0, release_candidate=1)
1313
# For final - Version('towncrier', 23, 9, 0)
14-
__version__ = Version("towncrier", 23, 10, 0, release_candidate=1)
14+
__version__ = Version("towncrier", 23, 10, 0)
1515
# The version is exposed in string format to be
1616
# available for the hatching build tools.
1717
_hatchling_version = __version__.short()

0 commit comments

Comments
 (0)