We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5a6d8 commit 1a620e9Copy full SHA for 1a620e9
NEWS.rst
@@ -5,8 +5,11 @@ Release notes
5
6
.. towncrier release notes start
7
8
-Towncrier 24.7.0rc1 (2024-07-30)
9
-================================
+Towncrier 24.7.0 (2024-07-31)
+=============================
10
+
11
+No changes since the previous release candidate.
12
13
14
Features
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.0rc1"
+__version__ = "24.7.0"
_hatchling_version = __version__
__all__ = ["_hatchling_version"]
0 commit comments