From: Hugo van Kemenade Date: Fri, 22 Sep 2023 13:28:02 +0000 (-0600) Subject: [3.12] gh-106967: remove Release and Date fields from whatsnew for 3.12 (#109648) X-Git-Tag: v3.12.0~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c03ed79f22655ff7b9576f66d405da6cf961d911;p=thirdparty%2FPython%2Fcpython.git [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 --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 62bfccda8e70..894b80e9ffa1 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -3,8 +3,7 @@ What's New In Python 3.12 **************************** -:Release: |release| -:Date: |today| +:Editor: TBD .. Rules for maintenance: