8000 REL: prepare 1.26.x for further development · numpy/numpy@0b7b6e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b7b6e9

Browse files
committed
REL: prepare 1.26.x for further development
[skip actions] [skip azp] [skip cirrus]
1 parent 411a55b commit 0b7b6e9

File tree

5 files changed

+22
-3
lines changed

5 files changed

+22
-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.2 <release/1.26.2-notes>
89
1.26.1 <release/1.26.1-notes>
910
1.26.0 <release/1.26.0-notes>
1011
1.25.2 <release/1.25.2-notes>

doc/source/release/1.26.2-notes.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.. currentmodule:: numpy
2+
3+
==========================
4+
NumPy 1.26.2 Release Notes
5+
==========================
6+
7+
NumPy 1.26.2 is a maintenance release that fixes bugs and regressions
8+
discovered after the 1.26.1 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+
Contributors
13+
============
14+
15+
16+
Pull requests merged
17+
====================
18+

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.1-notes.rst'
41+
RELEASE_NOTES = 'doc/source/release/1.26.2-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.1"
20+
version = "1.26.2"
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.1"
6+
version = "1.26.2"
77

88
[build-system]
99
requires = [

0 commit comments

Comments
 (0)
0