File tree Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Release notes
5
5
.. toctree ::
6
6
:maxdepth: 2
7
7
8
+ 2.3.2 <release/2.3.2-notes >
8
9
2.3.1 <release/2.3.1-notes >
9
10
2.3.0 <release/2.3.0-notes >
10
11
2.2.6 <release/2.2.6-notes >
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 35
35
#-----------------------------------
36
36
37
37
# 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'
39
39
40
40
41
41
#-------------------------------------------------------
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ requires = [
7
7
8
8
[project ]
9
9
name = " numpy"
10
- version = " 2.3.1 "
10
+ version = " 2.3.2 "
11
11
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
12
12
license = {file = " LICENSE.txt" }
13
13
You can’t perform that action at this time.
0 commit comments