From 6a4fda798ef76309d78bd116e215af1cd5c88b2a Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Wed, 8 May 2024 08:48:47 -0700 Subject: [PATCH 1/2] Fix file extensions for 3.14 Whats New --- Doc/whatsnew/{3.14 => 3.14.rst} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Doc/whatsnew/{3.14 => 3.14.rst} (100%) diff --git a/Doc/whatsnew/3.14 b/Doc/whatsnew/3.14.rst similarity index 100% rename from Doc/whatsnew/3.14 rename to Doc/whatsnew/3.14.rst From e232ea1fc837e2c8f72e7240987abd09c21e2707 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Wed, 8 May 2024 09:00:22 -0700 Subject: [PATCH 2/2] add to index --- Doc/whatsnew/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/whatsnew/index.rst b/Doc/whatsnew/index.rst index 39837f8c62548f..6ff722a1894585 100644 --- a/Doc/whatsnew/index.rst +++ b/Doc/whatsnew/index.rst @@ -11,6 +11,7 @@ anyone wishing to stay up-to-date after a new release. .. toctree:: :maxdepth: 2 + 3.14.rst 3.13.rst 3.12.rst 3.11.rst