From 822902071acc0099c57870649d87033710737ba4 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Sun, 15 Aug 2021 09:56:00 +0100 Subject: [PATCH] DOC: Start v1.3.3 release notes --- doc/source/whatsnew/index.rst | 1 + doc/source/whatsnew/v1.3.2.rst | 2 +- doc/source/whatsnew/v1.3.3.rst | 45 ++++++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 doc/source/whatsnew/v1.3.3.rst diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index 77686935e071c..eeddbb819eca1 100644 --- a/doc/source/whatsnew/index.rst +++ b/doc/source/whatsnew/index.rst @@ -24,6 +24,7 @@ Version 1.3 .. toctree:: :maxdepth: 2 + v1.3.3 v1.3.2 v1.3.1 v1.3.0 diff --git a/doc/source/whatsnew/v1.3.2.rst b/doc/source/whatsnew/v1.3.2.rst index a94eab960418b..6f1b6f898efbc 100644 --- a/doc/source/whatsnew/v1.3.2.rst +++ b/doc/source/whatsnew/v1.3.2.rst @@ -56,4 +56,4 @@ Other Contributors ~~~~~~~~~~~~ -.. contributors:: v1.3.1..v1.3.2|HEAD +.. contributors:: v1.3.1..v1.3.2 diff --git a/doc/source/whatsnew/v1.3.3.rst b/doc/source/whatsnew/v1.3.3.rst new file mode 100644 index 0000000000000..78f1883695c47 --- /dev/null +++ b/doc/source/whatsnew/v1.3.3.rst @@ -0,0 +1,45 @@ +.. _whatsnew_133: + +What's new in 1.3.3 (September ??, 2021) +---------------------------------------- + +These are the changes in pandas 1.3.3. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- + +.. _whatsnew_133.regressions: + +Fixed regressions +~~~~~~~~~~~~~~~~~ +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_133.bug_fixes: + +Bug fixes +~~~~~~~~~ +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_133.other: + +Other +~~~~~ +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_133.contributors: + +Contributors +~~~~~~~~~~~~ + +.. contributors:: v1.3.2..v1.3.3|HEAD