From 2331f629d54fdc94b1643e1079234ea428ae7286 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Sun, 12 Sep 2021 14:40:33 +0100 Subject: [PATCH] DOC: Start v1.3.4 release notes --- doc/source/whatsnew/index.rst | 1 + doc/source/whatsnew/v1.3.3.rst | 2 +- doc/source/whatsnew/v1.3.4.rst | 45 ++++++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 doc/source/whatsnew/v1.3.4.rst diff --git a/doc/source/whatsnew/index.rst b/doc/source/whatsnew/index.rst index eeddbb819eca1..b94954cf4c361 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.4 v1.3.3 v1.3.2 v1.3.1 diff --git a/doc/source/whatsnew/v1.3.3.rst b/doc/source/whatsnew/v1.3.3.rst index b421b9bb8ca49..ecec6d975ccb7 100644 --- a/doc/source/whatsnew/v1.3.3.rst +++ b/doc/source/whatsnew/v1.3.3.rst @@ -54,4 +54,4 @@ Bug fixes Contributors ~~~~~~~~~~~~ -.. contributors:: v1.3.2..v1.3.3|HEAD +.. contributors:: v1.3.2..v1.3.3 diff --git a/doc/source/whatsnew/v1.3.4.rst b/doc/source/whatsnew/v1.3.4.rst new file mode 100644 index 0000000000000..273686f0aaa8f --- /dev/null +++ b/doc/source/whatsnew/v1.3.4.rst @@ -0,0 +1,45 @@ +.. _whatsnew_134: + +What's new in 1.3.4 (October ??, 2021) +-------------------------------------- + +These are the changes in pandas 1.3.4. See :ref:`release` for a full changelog +including other versions of pandas. + +{{ header }} + +.. --------------------------------------------------------------------------- + +.. _whatsnew_134.regressions: + +Fixed regressions +~~~~~~~~~~~~~~~~~ +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_134.bug_fixes: + +Bug fixes +~~~~~~~~~ +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_134.other: + +Other +~~~~~ +- +- + +.. --------------------------------------------------------------------------- + +.. _whatsnew_134.contributors: + +Contributors +~~~~~~~~~~~~ + +.. contributors:: v1.3.3..v1.3.4|HEAD