Skip to content

Commit bdb509f

Browse files
Backport PR pandas-dev#54051 on branch 2.0.x (DOC: Add whatsnew for 2.0.4) (pandas-dev#54053)
Backport PR pandas-dev#54051: DOC: Add whatsnew for 2.0.4 Co-authored-by: Thomas Li <[email protected]>
1 parent 0f43794 commit bdb509f

File tree

3 files changed

+43
-1
lines changed

3 files changed

+43
-1
lines changed

doc/source/whatsnew/index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Version 2.0
1616
.. toctree::
1717
:maxdepth: 2
1818

19+
v2.0.4
1920
v2.0.3
2021
v2.0.2
2122
v2.0.1

doc/source/whatsnew/v2.0.3.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ Other
4343
Contributors
4444
~~~~~~~~~~~~
4545

46-
.. contributors:: v2.0.2..v2.0.3|HEAD
46+
.. contributors:: v2.0.2..v2.0.3

doc/source/whatsnew/v2.0.4.rst

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
.. _whatsnew_204:
2+
3+
What's new in 2.0.4 (August ??, 2023)
4+
---------------------------------------
5+
6+
These are the changes in pandas 2.0.4. See :ref:`release` for a full changelog
7+
including other versions of pandas.
8+
9+
{{ header }}
10+
11+
.. ---------------------------------------------------------------------------
12+
.. _whatsnew_204.regressions:
13+
14+
Fixed regressions
15+
~~~~~~~~~~~~~~~~~
16+
-
17+
-
18+
19+
.. ---------------------------------------------------------------------------
20+
.. _whatsnew_204.bug_fixes:
21+
22+
Bug fixes
23+
~~~~~~~~~
24+
-
25+
-
26+
27+
.. ---------------------------------------------------------------------------
28+
.. _whatsnew_204.other:
29+
30+
Other
31+
~~~~~
32+
-
33+
-
34+
35+
.. ---------------------------------------------------------------------------
36+
.. _whatsnew_204.contributors:
37+
38+
Contributors
39+
~~~~~~~~~~~~
40+
41+
.. contributors:: v2.0.3..v2.0.4|HEAD

0 commit comments

Comments
 (0)