Skip to content

Commit

Permalink
Update for final version.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Jul 31, 2024
1 parent da5a6d8 commit 1a620e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ Release notes

.. towncrier release notes start
Towncrier 24.7.0rc1 (2024-07-30)
================================
Towncrier 24.7.0 (2024-07-31)
=============================

No changes since the previous release candidate.


Features
--------
Expand Down
2 changes: 1 addition & 1 deletion src/towncrier/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 1a620e9

Please sign in to comment.