Skip to content

Commit 1cd77ce

Browse files
committed
REL: prepare 1.23.x for further development
1 parent 1f82da7 commit 1cd77ce

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-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.23.2 <release/1.23.2-notes>
89
1.23.1 <release/1.23.1-notes>
910
1.23.0 <release/1.23.0-notes>
1011
1.22.4 <release/1.22.4-notes>

doc/source/release/1.23.2-notes.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. currentmodule:: numpy
2+
3+
==========================
4+
NumPy 1.23.2 Release Notes
5+
==========================
6+
7+
The NumPy 1.23.2 is a maintenance release that fixes bugs discovered after the
8+
1.23.1 release. Notable fixes are:
9+
10+
11+
The Python version supported for this release are 3.8-3.10.
12+
13+

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.23.1-notes.rst'
41+
RELEASE_NOTES = 'doc/source/release/1.23.2-notes.rst'
4242

4343

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

0 commit comments

Comments
 (0)