8000 Merge pull request #25771 from charris/begin-1.26.5 · numpy/numpy@6ba1e5b · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ba1e5b

Browse files
authored
Merge pull request #25771 from charris/begin-1.26.5
MAINT: prepare 1.26.x for further development
2 parents 9815c16 + 6f735ba commit 6ba1e5b

File tree

7 files changed

+24
-6
lines changed

7 files changed

+24
-6
lines changed

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Upload the results as artifacts (optional). Commenting out will disable
4343
# uploads of run results in SARIF format to the repository Actions tab.
4444
- name: "Upload artifact"
45-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
45+
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
4646
with:
4747
name: SARIF file
4848
path: results.sarif

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
CIBW_PRERELEASE_PYTHONS: True
124124
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
125125

126-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
126+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
127127
with:
128128
name: ${{ matrix.python }}-${{ startsWith(matrix.buildplat[1], 'macosx') && 'macosx' || matrix.buildplat[1] }}
129129
path: ./wheelhouse/*.whl
@@ -210,7 +210,7 @@ jobs:
210210
python -mpip install twine
211211
twine check dist/*
212212
213-
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
213+
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
214214
with:
215215
name: sdist
216216
path: ./dist/*

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.5 <release/1.26.5-notes>
89
1.26.4 <release/1.26.4-notes>
910
1.26.3 <release/1.26.3-notes>
1011
1.26.2 <release/1.26.2-notes>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.. currentmodule:: numpy
2+
3+
==========================
4+
NumPy 1.26.5 Release Notes
5+
==========================
6+
7+
NumPy 1.26.5 is a maintenance release that fixes bugs and regressions
8+
discovered after the 1.26.4 release. The Python versions supported by this
9+
release are 3.9-3.12.
10+
11+
12+
Contributors
13+
============
14+
15+
16+
Pull requests merged
17+
====================

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

4343

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

pyproject.toml

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

88
[project]
99
name = "numpy"
10-
version = "1.26.4"
10+
version = "1.26.5"
1111
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
1212
license = {file = "LICENSE.txt"}
1313

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.4"
6+
version = "1.26.5"
77

88
[build-system]
99
requires = [

0 commit comments

Comments
 (0)
0