From 5f2f38b02d4740a85f90e6ec20a92039c522e7b1 Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:09:32 -0500 Subject: [PATCH] Backport PR #56393: DOC: Add release date for 2.1.4 --- doc/source/whatsnew/v2.1.4.rst | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/doc/source/whatsnew/v2.1.4.rst b/doc/source/whatsnew/v2.1.4.rst index 13df35a1477d0..fdbe119268e50 100644 --- a/doc/source/whatsnew/v2.1.4.rst +++ b/doc/source/whatsnew/v2.1.4.rst @@ -1,6 +1,6 @@ .. _whatsnew_214: -What's new in 2.1.4 (December ??, 2023) +What's new in 2.1.4 (December 8, 2023) --------------------------------------- These are the changes in pandas 2.1.4. See :ref:`release` for a full changelog @@ -14,7 +14,6 @@ including other versions of pandas. Fixed regressions ~~~~~~~~~~~~~~~~~ - Fixed regression when trying to read a pickled pandas :class:`DataFrame` from pandas 1.3 (:issue:`55137`) -- .. --------------------------------------------------------------------------- .. _whatsnew_214.bug_fixes: @@ -37,14 +36,6 @@ Bug fixes - Fixed bug in :meth:`Series.str.translate` losing object dtype when string option is set (:issue:`56152`) - -.. --------------------------------------------------------------------------- -.. _whatsnew_214.other: - -Other -~~~~~ -- -- - .. --------------------------------------------------------------------------- .. _whatsnew_214.contributors: