Skip to content

Commit

Permalink
Update dev version.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Nov 8, 2023
1 parent 503b499 commit 8fb0d8a
Showing 1 changed file with 1 addition and 1 deletion.
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, 11, 0)
__version__ = Version("towncrier", 23, 11, 1, dev=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 8fb0d8a

Please sign in to comment.