We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7253ca3 commit bc84e8dCopy full SHA for bc84e8d
NEWS.rst
@@ -5,8 +5,11 @@ Release notes
5
6
.. towncrier release notes start
7
8
-Towncrier 24.7.1rc1 (2024-07-31)
9
-================================
+Towncrier 24.7.1 (2024-07-31)
+=============================
10
+
11
+No significant changes since the previous release candidate.
12
13
14
Bugfixes
15
--------
src/towncrier/_version.py
@@ -6,7 +6,7 @@
# For RC - 23.11.0rc1 (release candidate starts at 1)
# For final - 23.11.0
# make sure to follow PEP440
-__version__ = "24.7.1rc1"
+__version__ = "24.7.1"
_hatchling_version = __version__
__all__ = ["_hatchling_version"]
0 commit comments