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