8000 fix: remove Release and Date fields from whatsnew · python/cpython@e888452 · GitHub
[go: up one dir, main page]

Skip to content

Commit e888452

Browse files
committed
fix: remove Release and Date fields from whatsnew
python/release-tools template for "What's New" page automatically adds a "Release" field and a "Date" field with the date set to "today", which becomes the day the docs are built, which is forever increasing. This is the topic of python/release-tools#34 which is yet to be fixed. In the meantime, this commit fixes it manually.
1 parent 6acd85d commit e888452

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
What's New In Python 3.12
44
****************************
55

6-
:Release: |release|
7-
:Date: |today|
6+
:Editor: TBD
87

98
.. Rules for maintenance:
109

Doc/whatsnew/3.13.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
What's New In Python 3.13
44
****************************
55

6-
:Release: |release|
7-
:Date: |today|
6+
:Editor: TBD
87

98
.. Rules for maintenance:
109

0 commit comments

Comments
 (0)
0