Skip to content

Commit ae79bb4

Browse files
authored
Merge pull request #29256 from charris/begin-2.3.2
MAINT: Prepare 2.3.x for further development
2 parents 4d833e5 + abdbf81 commit ae79bb4

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
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: 2
77

8+
2.3.2 <release/2.3.2-notes>
89
2.3.1 <release/2.3.1-notes>
910
2.3.0 <release/2.3.0-notes>
1011
2.2.6 <release/2.2.6-notes>

doc/source/release/2.3.2-notes.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.. currentmodule:: numpy
2+
3+
=========================
4+
NumPy 2.3.2 Release Notes
5+
=========================
6+
7+
The NumPy 2.3.2 release is a patch release.
8+
9+
Highlights
10+
==========
11+
12+
*We'll choose highlights for this release near the end of the release cycle.*
13+
14+
15+
.. if release snippets have been incorporated already, uncomment the follow
16+
line (leave the `.. include:: directive)
17+
18+
.. **Content from release note snippets in doc/release/upcoming_changes:**
19+
20+
.. include:: notes-towncrier.rst

pavement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#-----------------------------------
3636

3737
# Path to the release notes
38-
RELEASE_NOTES = 'doc/source/release/2.3.1-notes.rst'
38+
RELEASE_NOTES = 'doc/source/release/2.3.2-notes.rst'
3939

4040

4141
#-------------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires = [
77

88
[project]
99
name = "numpy"
10-
version = "2.3.1"
10+
version = "2.3.2"
1111
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
1212
license = {file = "LICENSE.txt"}
1313

0 commit comments

Comments
 (0)