Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0510b29

Browse filesBrowse files
authored
Merge pull request #27333 from charris/begin-2.1.2-development
MAINT: prepare 2.1.x for further development
2 parents 48606ab + 25d59e3 commit 0510b29
Copy full SHA for 0510b29

File tree

4 files changed

+20
-2
lines changed
Filter options

4 files changed

+20
-2
lines changed

‎doc/source/release.rst

Copy file name to clipboardExpand all lines: doc/source/release.rst
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Release notes
55
.. toctree::
66
:maxdepth: 2
77

8+
2.1.2 <release/2.1.2-notes>
89
2.1.1 <release/2.1.1-notes>
910
2.1.0 <release/2.1.0-notes>
1011
2.0.2 <release/2.0.2-notes>

‎doc/source/release/2.1.2-notes.rst

Copy file name to clipboard
+17Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.. currentmodule:: numpy
2+
3+
==========================
4+
NumPy 2.1.2 Release Notes
5+
==========================
6+
7+
NumPy 2.1.2 is a maintenance release that fixes bugs and regressions
8+
discovered after the 2.1.1 release.
9+
10+
The Python versions supported by this release are 3.10-3.13.
11+
12+
Contributors
13+
============
14+
15+
Pull requests merged
16+
====================
17+

‎pavement.py

Copy file name to clipboardExpand all lines: pavement.py
+1-1Lines 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/2.1.1-notes.rst'
41+
RELEASE_NOTES = 'doc/source/release/2.1.2-notes.rst'
4242

4343

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

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines 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 = "2.1.1"
10+
version = "2.1.2"
1111
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
1212
license = {file = "LICENSE.txt"}
1313

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.