Skip to content

Commit e25d756

Browse files
jorisvandenbosschemeeseeksmachine
authored andcommitted
Backport PR pandas-dev#61654: DOC: Add release notes template for 2.3.1
1 parent 6c85d11 commit e25d756

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

doc/source/whatsnew/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Version 2.3
1616
.. toctree::
1717
:maxdepth: 2
1818

19+
v2.3.1
1920
v2.3.0
2021

2122
Version 2.2

doc/source/whatsnew/v2.3.1.rst

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
.. _whatsnew_231:
2+
3+
What's new in 2.3.1 (Month XX, 2025)
4+
------------------------------------
5+
6+
These are the changes in pandas 2.3.1. See :ref:`release` for a full changelog
7+
including other versions of pandas.
8+
9+
{{ header }}
10+
11+
.. ---------------------------------------------------------------------------
12+
.. _whatsnew_231.enhancements:
13+
14+
Enhancements
15+
~~~~~~~~~~~~
16+
-
17+
18+
.. _whatsnew_231.regressions:
19+
20+
Fixed regressions
21+
~~~~~~~~~~~~~~~~~
22+
-
23+
24+
.. ---------------------------------------------------------------------------
25+
.. _whatsnew_231.bug_fixes:
26+
27+
Bug fixes
28+
~~~~~~~~~
29+
-
30+
31+
.. ---------------------------------------------------------------------------
32+
.. _whatsnew_231.other:
33+
34+
Other
35+
~~~~~
36+
-
37+
38+
.. ---------------------------------------------------------------------------
39+
.. _whatsnew_231.contributors:
40+
41+
Contributors
42+
~~~~~~~~~~~~

0 commit comments

Comments
 (0)