From 3fcaf4ed77212461c9c5996b2285c9131451595f Mon Sep 17 00:00:00 2001 From: Patrick Hoefler <61934744+phofl@users.noreply.github.com> Date: Mon, 24 Apr 2023 13:09:34 +0200 Subject: [PATCH 1/2] DOC: Add whatsnew for 2.0.2 --- doc/source/whatsnew/index.rst | 1 + doc/source/whatsnew/v2.0.2.rst | 37 ++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 doc/source/whatsnew/v2.0.2.rst diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index 555868d001118..42f110dfd7519 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -24,6 +24,7 @@ Version 2.0 .. toctree:: :maxdepth: 2 + v2.0.2 v2.0.1 v2.0.0 diff --git a/doc/source/whatsnew/v2.0.2.rst b/doc/source/whatsnew/v2.0.2.rst new file mode 100644 index 0000000000000..9786fffd8b966 --- /dev/null +++ b/doc/source/whatsnew/v2.0.2.rst @@ -0,0 +1,37 @@ +.. _whatsnew_202: + +What's new in 2.0.2 (May ..., 2023) +----------------------------------- + +These are the changes in pandas 2.0.2. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- +.. _whatsnew_202.regressions: + +Fixed regressions +~~~~~~~~~~~~~~~~~ +- +.. --------------------------------------------------------------------------- +.. _whatsnew_202.bug_fixes: + +Bug fixes +~~~~~~~~~ +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_202.other: + +Other +~~~~~ +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_202.contributors: + +Contributors +~~~~~~~~~~~~ + +.. contributors:: v2.0.1..v2.0.2|HEAD From c288c0e1a1877cace66f1d52aa460eca27a14c61 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler <61934744+phofl@users.noreply.github.com> Date: Mon, 24 Apr 2023 15:05:28 +0200 Subject: [PATCH 2/2] Update v2.0.2.rst --- doc/source/whatsnew/v2.0.2.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/whatsnew/v2.0.2.rst b/doc/source/whatsnew/v2.0.2.rst index 9786fffd8b966..0a6738cb9b3dc 100644 --- a/doc/source/whatsnew/v2.0.2.rst +++ b/doc/source/whatsnew/v2.0.2.rst @@ -14,6 +14,7 @@ including other versions of pandas. Fixed regressions ~~~~~~~~~~~~~~~~~ - + .. --------------------------------------------------------------------------- .. _whatsnew_202.bug_fixes: