From 70abe1dcdd0d635e26b976a390d6d7a43b3b6644 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Mon, 3 Apr 2023 22:54:39 +0200 Subject: [PATCH 1/2] DOC: Add release notes for 2.0.1 --- doc/source/whatsnew/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index 568c19c57aee0..555868d001118 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.1 v2.0.0 Version 1.5 From 1b0286064ef16e73ee967b2f8b1d6ebc56fe3f8a Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Mon, 3 Apr 2023 22:55:56 +0200 Subject: [PATCH 2/2] Add 2.0.1 file --- doc/source/whatsnew/v2.0.1.rst | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 doc/source/whatsnew/v2.0.1.rst diff --git a/doc/source/whatsnew/v2.0.1.rst b/doc/source/whatsnew/v2.0.1.rst new file mode 100644 index 0000000000000..0122c84ba2a8e --- /dev/null +++ b/doc/source/whatsnew/v2.0.1.rst @@ -0,0 +1,38 @@ +.. _whatsnew_201: + +What's new in 2.0.1 (May XX, 2023) +---------------------------------- + +These are the changes in pandas 2.0.1. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- +.. _whatsnew_201.regressions: + +Fixed regressions +~~~~~~~~~~~~~~~~~ +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_201.bug_fixes: + +Bug fixes +~~~~~~~~~ +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_201.other: + +Other +~~~~~ +- + +.. --------------------------------------------------------------------------- +.. _whatsnew_201.contributors: + +Contributors +~~~~~~~~~~~~ + +.. contributors:: v2.0.0..v2.0.1|HEAD