Skip to content

Commit

Permalink
REL: prepare 1.22.x for further development
Browse files Browse the repository at this point in the history
  • Loading branch information
charris committed Feb 4, 2022
1 parent f6dddcb commit 0d98f5b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
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.22.3 <release/1.22.3-notes>
1.22.2 <release/1.22.2-notes>
1.22.1 <release/1.22.1-notes>
1.22.0 <release/1.22.0-notes>
Expand Down
13 changes: 13 additions & 0 deletions doc/source/release/1.22.3-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. currentmodule:: numpy

==========================
NumPy 1.22.3 Release Notes
==========================

The NumPy 1.22.3 is maintenance release that fixes bugs discovered after the
1.22.2 release. Notable fixes are:


The Python versions supported for this release are 3.8-3.10.


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.22.2-notes.rst'
RELEASE_NOTES = 'doc/source/release/1.22.3-notes.rst'


#-------------------------------------------------------
Expand Down

0 comments on commit 0d98f5b

Please sign in to comment.