File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Expand file tree Collapse file tree 4 files changed +22
-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.2.3 <release/2.2.3-notes >
8
9
2.2.2 <release/2.2.2-notes >
9
10
2.2.1 <release/2.2.1-notes >
10
11
2.2.0 <release/2.2.0-notes >
Original file line number Diff line number Diff line change
1
+ .. currentmodule :: numpy
2
+
3
+ ==========================
4
+ NumPy 2.2.3 Release Notes
5
+ ==========================
6
+
7
+
8
+ Highlights
9
+ ==========
10
+
11
+ *We'll choose highlights for this release near the end of the release cycle. *
12
+
13
+
14
+ .. if release snippets have been incorporated already, uncomment the follow
15
+ line (leave the `.. include:: directive)
16
+
17
+ .. **Content from release note snippets in doc/release/upcoming_changes:**
18
+
19
+ .. include :: notes-towncrier.rst
Original file line number Diff line number Diff line change 36
36
#-----------------------------------
37
37
38
38
# Path to the release notes
39
- RELEASE_NOTES = 'doc/source/release/2.2.2 -notes.rst'
39
+ RELEASE_NOTES = 'doc/source/release/2.2.3 -notes.rst'
40
40
41
41
42
42
#-------------------------------------------------------
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.2.2 "
10
+ version = " 2.2.3 "
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