Skip to content

Commit

Permalink
REL: prepare 1.26.x for further development
Browse files Browse the repository at this point in the history
[skip actions] [skip azp] [skip cirrus]
  • Loading branch information
charris committed Oct 14, 2023
1 parent 411a55b commit 0b7b6e9
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
1 change: 1 addition & 0 deletions doc/source/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release notes
.. toctree::
:maxdepth: 3

1.26.2 <release/1.26.2-notes>
1.26.1 <release/1.26.1-notes>
1.26.0 <release/1.26.0-notes>
1.25.2 <release/1.25.2-notes>
Expand Down
18 changes: 18 additions & 0 deletions doc/source/release/1.26.2-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.. currentmodule:: numpy

==========================
NumPy 1.26.2 Release Notes
==========================

NumPy 1.26.2 is a maintenance release that fixes bugs and regressions
discovered after the 1.26.1 release. The 1.26.release series is the last
planned minor release series before NumPy 2.0. The Python versions supported by
this release are 3.9-3.12.

Contributors
============


Pull requests merged
====================

2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#-----------------------------------

# Path to the release notes
RELEASE_NOTES = 'doc/source/release/1.26.1-notes.rst'
RELEASE_NOTES = 'doc/source/release/1.26.2-notes.rst'


#-------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ requires = [

[project]
name = "numpy"
version = "1.26.1"
version = "1.26.2"
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
license = {file = "LICENSE.txt"}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml.setuppy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# to avoid building with Meson (e.g., in the Emscripten/Pyodide CI job)
[project]
name = "numpy"
version = "1.26.1"
version = "1.26.2"

[build-system]
requires = [
Expand Down

0 comments on commit 0b7b6e9

Please sign in to comment.