Skip to content

Commit 4962e22

Browse files
authored
Merge pull request numpy#25130 from charris/begin-1.26.3
MAINT: prepare 1.26.x for further development
2 parents 03b6260 + d2ee296 commit 4962e22

File tree

5 files changed

+23
-3
lines changed

5 files changed

+23
-3
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.26.3 <release/1.26.3-notes>
89
1.26.2 <release/1.26.2-notes>
910
1.26.1 <release/1.26.1-notes>
1011
1.26.0 <release/1.26.0-notes>

doc/source/release/1.26.3-notes.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.. currentmodule:: numpy
2+
3+
==========================
4+
NumPy 1.26.3 Release Notes
5+
==========================
6+
7+
NumPy 1.26.3 is a maintenance release that fixes bugs and regressions
8+
discovered after the 1.26.2 release. The 1.26.release series is the last
9+
planned minor release series before NumPy 2.0. The Python versions supported by
10+
this release are 3.9-3.12.
11+
12+
13+
Contributors
14+
============
15+
16+
17+
Pull requests merged
18+
====================
19+

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

4343

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

pyproject.toml

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

1818
[project]
1919
name = "numpy"
20-
version = "1.26.2"
20+
version = "1.26.3"
2121
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
2222
license = {file = "LICENSE.txt"}
2323

pyproject.toml.setuppy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# to avoid building with Meson (e.g., in the Emscripten/Pyodide CI job)
44
[project]
55
name = "numpy"
6-
version = "1.26.2"
6+
version = "1.26.3"
77

88
[build-system]
99
requires = [

0 commit comments

Comments
 (0)