Skip to content

Commit

Permalink
Merge pull request #25523 from charris/prepare-1.26.4
Browse files Browse the repository at this point in the history
MAINT: prepare 1.26.x for further development
  • Loading branch information
charris committed Jan 3, 2024
2 parents b4bf93b + 864f503 commit b5fbbdc
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.4 <release/1.26.4-notes>
1.26.3 <release/1.26.3-notes>
1.26.2 <release/1.26.2-notes>
1.26.1 <release/1.26.1-notes>
Expand Down
18 changes: 18 additions & 0 deletions doc/source/release/1.26.4-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.. currentmodule:: numpy

==========================
NumPy 1.26.4 Release Notes
==========================

NumPy 1.26.4 is a maintenance release that fixes bugs and regressions
discovered after the 1.26.3 release. The most notable changes are the f2py bug
fixes. 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.3-notes.rst'
RELEASE_NOTES = 'doc/source/release/1.26.4-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.3"
version = "1.26.4"
# 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.3"
version = "1.26.4"

[build-system]
requires = [
Expand Down

0 comments on commit b5fbbdc

Please sign in to comment.