Skip to content

Commit 1a620e9

Browse files
committed
Update for final version.
1 parent da5a6d8 commit 1a620e9

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 24.7.0rc1 (2024-07-30)
9-
================================
8+
Towncrier 24.7.0 (2024-07-31)
9+
=============================
10+
11+
No 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
@@ -6,7 +6,7 @@
66
# For RC - 23.11.0rc1 (release candidate starts at 1)
77
# For final - 23.11.0
88
# make sure to follow PEP440
9-
__version__ = "24.7.0rc1"
9+
__version__ = "24.7.0"
1010

1111
_hatchling_version = __version__
1212
__all__ = ["_hatchling_version"]

0 commit comments

Comments
 (0)