From 42974c46bc9b1f282d35cf786b45f604b4df1bda Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Mon, 22 May 2023 16:05:27 -0400 Subject: [PATCH] Fix whatsnew for 3.13. (GH-104756) --- Doc/whatsnew/{3.13 => 3.13.rst} | 0 Doc/whatsnew/index.rst | 1 + 2 files changed, 1 insertion(+) rename Doc/whatsnew/{3.13 => 3.13.rst} (100%) diff --git a/Doc/whatsnew/3.13 b/Doc/whatsnew/3.13.rst similarity index 100% rename from Doc/whatsnew/3.13 rename to Doc/whatsnew/3.13.rst diff --git a/Doc/whatsnew/index.rst b/Doc/whatsnew/index.rst index bfee225791e..b9c19602653 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.13.rst 3.12.rst 3.11.rst 3.10.rst