10000 Merge pull request #24148 from charris/begin-1.25.2 · numpy/numpy@f9e8543 · GitHub
[go: up one dir, main page]

Skip to content

Commit f9e8543

Browse files
authored
Merge pull request #24148 from charris/begin-1.25.2
MAINT: prepare 1.25.x for further development
2 parents 609c539 + 6dfaea5 commit f9e8543

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

doc/source/release.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Release notes
55
.. toctree::
66
:maxdepth: 3
77

8+
1.25.2 <release/1.25.2-notes>
89
1.25.1 <release/1.25.1-notes>
910
1.25.0 <release/1.25.0-notes>
1011
1.24.3 <release/1.24.3-notes>

doc/source/release/1.25.2-notes.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.. currentmodule:: numpy
2+
3+
==========================
4+
NumPy 1.25.2 Release Notes
5+
==========================
6+
NumPy 1.25.2 is a maintenance release that fixes bugs and regressions discovered after the
7+
1.25.1 release. The Python versions supported by this release are 3.9-3.11.
8+
9+
Contributors
10+
============
11+
12+
Pull requests merged
13+
====================
14+

pavement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#-----------------------------------
3939

4040
# Path to the release notes
41-
RELEASE_NOTES = 'doc/source/release/1.25.1-notes.rst'
41+
RELEASE_NOTES = 'doc/source/release/1.25.2-notes.rst'
4242

4343

4444
#-------------------------------------------------------

0 commit comments

Comments
 (0)
0