From 635491eaf4a29120b70c927e1adf43196e8b85e5 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Wed, 3 Jul 2019 15:24:14 -0500 Subject: [PATCH] DOC: Add 0.25.0 to whatsnew index --- doc/source/whatsnew/index.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index 6c529d2e2e5f3..592b4748126c1 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -10,6 +10,14 @@ This is the list of changes to pandas between each release. For full details, see the commit logs at http://github.com/pandas-dev/pandas. For install and upgrade instructions, see :ref:`install`. +Version 0.25 +------------ + +.. toctree:: + :maxdepth: 2 + + v0.25.0 + Version 0.24 ------------