From b74b9bf33522b15946c26ed868505dfa9f916093 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:01:41 +0300 Subject: [PATCH 1/3] Move removals above deprecations in What's New template --- run_release.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/run_release.py b/run_release.py index e82c5a8d..8d95dfc1 100755 --- a/run_release.py +++ b/run_release.py @@ -150,15 +150,6 @@ -Deprecated -========== - -* module_name: - TODO - - -.. Add deprecations above alphabetically, not here at the end. - Removed ======= @@ -168,6 +159,15 @@ * TODO +Deprecated +========== + +* module_name: + TODO + + +.. Add deprecations above alphabetically, not here at the end. + Porting to Python {version} ====================== From 2b811b58799e19ccc14b8f2e8d83bdcac8f6bb2b Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Fri, 15 Aug 2025 13:49:56 +0100 Subject: [PATCH 2/3] whitespace --- run_release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/run_release.py b/run_release.py index 8d95dfc1..94fa40a0 100755 --- a/run_release.py +++ b/run_release.py @@ -168,6 +168,7 @@ .. Add deprecations above alphabetically, not here at the end. + Porting to Python {version} ====================== From bc2db8c31c7d2f49302ff1ab662684de4037259d Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 15 Aug 2025 15:56:43 +0300 Subject: [PATCH 3/3] Include note Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- run_release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/run_release.py b/run_release.py index 94fa40a0..5aaccef0 100755 --- a/run_release.py +++ b/run_release.py @@ -157,6 +157,7 @@ ----------- * TODO +.. Add removals above alphabetically, not here at the end. Deprecated