From 50a5b2c26dc1e8e7a39b0857979060ec550cfa69 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Sun, 17 Jan 2021 17:44:07 +0000 Subject: [PATCH] DOC: Start v1.2.2 release notes --- doc/source/whatsnew/index.rst | 1 + doc/source/whatsnew/v1.2.1.rst | 2 +- doc/source/whatsnew/v1.2.2.rst | 47 ++++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 doc/source/whatsnew/v1.2.2.rst diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index e07abffd95545..e71b600412b03 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -24,6 +24,7 @@ Version 1.2 .. toctree:: :maxdepth: 2 + v1.2.2 v1.2.1 v1.2.0 diff --git a/doc/source/whatsnew/v1.2.1.rst b/doc/source/whatsnew/v1.2.1.rst index fa5347aa7a507..ca513c53b2466 100644 --- a/doc/source/whatsnew/v1.2.1.rst +++ b/doc/source/whatsnew/v1.2.1.rst @@ -67,4 +67,4 @@ Other Contributors ~~~~~~~~~~~~ -.. contributors:: v1.2.0..v1.2.1|HEAD +.. contributors:: v1.2.0..v1.2.1 diff --git a/doc/source/whatsnew/v1.2.2.rst b/doc/source/whatsnew/v1.2.2.rst new file mode 100644 index 0000000000000..5e96587a326d9 --- /dev/null +++ b/doc/source/whatsnew/v1.2.2.rst @@ -0,0 +1,47 @@ +.. _whatsnew_122: + +What's new in 1.2.2 (February ??, 2021) +--------------------------------------- + +These are the changes in pandas 1.2.2. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- + +.. _whatsnew_122.regressions: + +Fixed regressions +~~~~~~~~~~~~~~~~~ +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_122.bug_fixes: + +Bug fixes +~~~~~~~~~ + +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_122.other: + +Other +~~~~~ + +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_122.contributors: + +Contributors +~~~~~~~~~~~~ + +.. contributors:: v1.2.1..v1.2.2|HEAD