Skip to content

Commit cfc3415

Browse files
authored
DOC: Change 2.3.0 to 3.0.0 (#56823)
* DOC: Change 2.3.0 to 3.0.0 * Update v2.1.4.rst
1 parent 567c789 commit cfc3415

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

doc/source/whatsnew/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ This is the list of changes to pandas between each release. For full details,
1010
see the `commit logs <https://github.com/pandas-dev/pandas/commits/>`_. For install and
1111
upgrade instructions, see :ref:`install`.
1212

13-
Version 2.3
13+
Version 3.0
1414
-----------
1515

1616
.. toctree::
1717
:maxdepth: 2
1818

19-
v2.3.0
19+
v3.0.0
2020

2121

2222
Version 2.2

doc/source/whatsnew/v2.3.0.rst renamed to doc/source/whatsnew/v3.0.0.rst

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,61 @@
11
.. _whatsnew_230:
22

3-
What's new in 2.3.0 (Month XX, 2024)
3+
What's new in 3.0.0 (Month XX, 2024)
44
------------------------------------
55

6-
These are the changes in pandas 2.2.0. See :ref:`release` for a full changelog
6+
These are the changes in pandas 3.0.0. See :ref:`release` for a full changelog
77
including other versions of pandas.
88

99
{{ header }}
1010

1111
.. ---------------------------------------------------------------------------
12-
.. _whatsnew_230.enhancements:
12+
.. _whatsnew_300.enhancements:
1313

1414
Enhancements
1515
~~~~~~~~~~~~
1616

17-
.. _whatsnew_230.enhancements.enhancement1:
17+
.. _whatsnew_300.enhancements.enhancement1:
1818

1919
enhancement1
2020
^^^^^^^^^^^^
2121

22-
.. _whatsnew_230.enhancements.enhancement2:
22+
.. _whatsnew_300.enhancements.enhancement2:
2323

2424
enhancement2
2525
^^^^^^^^^^^^
2626

27-
.. _whatsnew_230.enhancements.other:
27+
.. _whatsnew_300.enhancements.other:
2828

2929
Other enhancements
3030
^^^^^^^^^^^^^^^^^^
3131
-
3232
-
3333

3434
.. ---------------------------------------------------------------------------
35-
.. _whatsnew_230.notable_bug_fixes:
35+
.. _whatsnew_300.notable_bug_fixes:
3636

3737
Notable bug fixes
3838
~~~~~~~~~~~~~~~~~
3939

4040
These are bug fixes that might have notable behavior changes.
4141

42-
.. _whatsnew_230.notable_bug_fixes.notable_bug_fix1:
42+
.. _whatsnew_300.notable_bug_fixes.notable_bug_fix1:
4343

4444
notable_bug_fix1
4545
^^^^^^^^^^^^^^^^
4646

47-
.. _whatsnew_230.notable_bug_fixes.notable_bug_fix2:
47+
.. _whatsnew_300.notable_bug_fixes.notable_bug_fix2:
4848

4949
notable_bug_fix2
5050
^^^^^^^^^^^^^^^^
5151

5252
.. ---------------------------------------------------------------------------
53-
.. _whatsnew_230.api_breaking:
53+
.. _whatsnew_300.api_breaking:
5454

5555
Backwards incompatible API changes
5656
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5757

58-
.. _whatsnew_230.api_breaking.deps:
58+
.. _whatsnew_300.api_breaking.deps:
5959

6060
Increased minimum versions for dependencies
6161
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -80,15 +80,15 @@ Optional libraries below the lowest tested version may still work, but are not c
8080

8181
See :ref:`install.dependencies` and :ref:`install.optional_dependencies` for more.
8282

83-
.. _whatsnew_230.api_breaking.other:
83+
.. _whatsnew_300.api_breaking.other:
8484

8585
Other API changes
8686
^^^^^^^^^^^^^^^^^
8787
-
8888
-
8989

9090
.. ---------------------------------------------------------------------------
91-
.. _whatsnew_230.deprecations:
91+
.. _whatsnew_300.deprecations:
9292

9393
Deprecations
9494
~~~~~~~~~~~~
@@ -97,7 +97,7 @@ Deprecations
9797
-
9898

9999
.. ---------------------------------------------------------------------------
100-
.. _whatsnew_230.performance:
100+
.. _whatsnew_300.performance:
101101

102102
Performance improvements
103103
~~~~~~~~~~~~~~~~~~~~~~~~
@@ -109,7 +109,7 @@ Performance improvements
109109
-
110110

111111
.. ---------------------------------------------------------------------------
112-
.. _whatsnew_230.bug_fixes:
112+
.. _whatsnew_300.bug_fixes:
113113

114114
Bug fixes
115115
~~~~~~~~~
@@ -222,7 +222,7 @@ Other
222222
-
223223

224224
.. ---------------------------------------------------------------------------
225-
.. _whatsnew_230.contributors:
225+
.. _whatsnew_300.contributors:
226226

227227
Contributors
228228
~~~~~~~~~~~~

0 commit comments

Comments
 (0)