]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-106967: remove Release and Date fields from whatsnew for 3.12 (#109648)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Fri, 22 Sep 2023 13:28:02 +0000 (07:28 -0600)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2023 13:28:02 +0000 (15:28 +0200)
commitc03ed79f22655ff7b9576f66d405da6cf961d911
treeb91708095e619990facbefe5fefa9471745c62c3
parent107e14820a3d3f158c908ecec506cacd4572b402
[3.12] gh-106967: remove Release and Date fields from whatsnew for 3.12 (#109648)

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 https://github.com/python/release-tools/issues/34 which is
yet to be fixed. In the meantime, this commit fixes it manually.

Co-authored-by: Oliver Rew <orew@bloomberg.net>
Doc/whatsnew/3.12.rst