Skip to content

Commit ce5d1d5

Browse files
Backport PR pandas-dev#52893 on branch 2.0.x (DOC: Add whatsnew for 2.0.2) (pandas-dev#52896)
Backport PR pandas-dev#52893: DOC: Add whatsnew for 2.0.2 Co-authored-by: Patrick Hoefler <[email protected]>
1 parent 37ea63d commit ce5d1d5

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
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.2
1920
v2.0.1
2021
v2.0.0
2122

doc/source/whatsnew/v2.0.2.rst

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

0 commit comments

Comments
 (0)