diff --git a/doc/source/whatsnew/v2.0.3.rst b/doc/source/whatsnew/v2.0.3.rst index 8cfced2ee385a..3e2dc1b92c779 100644 --- a/doc/source/whatsnew/v2.0.3.rst +++ b/doc/source/whatsnew/v2.0.3.rst @@ -1,6 +1,6 @@ .. _whatsnew_203: -What's new in 2.0.3 (July XX, 2023) +What's new in 2.0.3 (June 28, 2023) ----------------------------------- These are the changes in pandas 2.0.3. See :ref:`release` for a full changelog @@ -16,7 +16,6 @@ Fixed regressions - Bug in :meth:`Timestamp.weekday`` was returning incorrect results before ``'0000-02-29'`` (:issue:`53738`) - Fixed performance regression in merging on datetime-like columns (:issue:`53231`) - Fixed regression when :meth:`DataFrame.to_string` creates extra space for string dtypes (:issue:`52690`) -- .. --------------------------------------------------------------------------- .. _whatsnew_203.bug_fixes: @@ -37,7 +36,6 @@ Bug fixes Other ~~~~~ -- .. --------------------------------------------------------------------------- .. _whatsnew_203.contributors: