Skip to content

Commit 7253ca3

Browse files
committed
Create release notes.
1 parent 4ec2a29 commit 7253ca3

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

NEWS.rst

+15
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ Release notes
55

66
.. towncrier release notes start
77
8+
Towncrier 24.7.1rc1 (2024-07-31)
9+
================================
10+
11+
Bugfixes
12+
--------
13+
14+
- When the template file is stored in the same directory with the news fragments, it is automatically ignored when checking for valid fragment file names. (`#632 <https://github.com/twisted/towncrier/issues/632>`_)
15+
16+
17+
Misc
18+
----
19+
20+
- `#629 <https://github.com/twisted/towncrier/issues/629>`_, `#630 <https://github.com/twisted/towncrier/issues/630>`_
21+
22+
823
Towncrier 24.7.0 (2024-07-31)
924
=============================
1025

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.1.dev0"
9+
__version__ = "24.7.1rc1"
1010

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

src/towncrier/newsfragments/629.misc

-1
This file was deleted.

src/towncrier/newsfragments/630.misc.rst

Whitespace-only changes.

src/towncrier/newsfragments/632.bugfix.rst

-1
This file was deleted.

0 commit comments

Comments
 (0)