Skip to content

Commit ee85740

Browse files
committed
Do RC1 instead of RC0.
1 parent 0c3b82c commit ee85740

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Release notes
55

66
.. towncrier release notes start
77
8-
towncrier 23.10.0rc0 (2023-10-23)
8+
towncrier 23.10.0rc1 (2023-10-23)
99
=================================
1010

1111
Features

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=0)
14+
__version__ = Version("towncrier", 23, 10, 0, release_candidate=1)
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)