From 1997a334c90482eb5dcbc1889af0cdaa9de99c7b Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Sat, 16 Oct 2021 20:56:48 +0100 Subject: [PATCH] Backport PR #44057: DOC: 1.3.4 release date --- doc/source/whatsnew/v1.3.4.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/whatsnew/v1.3.4.rst b/doc/source/whatsnew/v1.3.4.rst index b6ee2d57a0965..2bdebe463ecc0 100644 --- a/doc/source/whatsnew/v1.3.4.rst +++ b/doc/source/whatsnew/v1.3.4.rst @@ -1,6 +1,6 @@ .. _whatsnew_134: -What's new in 1.3.4 (October ??, 2021) +What's new in 1.3.4 (October 17, 2021) -------------------------------------- These are the changes in pandas 1.3.4. See :ref:`release` for a full changelog @@ -44,7 +44,6 @@ Bug fixes Other ~~~~~ - The minimum version of Cython needed to compile pandas is now ``0.29.24`` (:issue:`43729`) -- .. ---------------------------------------------------------------------------