Skip to content

Commit

Permalink
REL: prepare 1.21.x for further development
Browse files Browse the repository at this point in the history
  • Loading branch information
charris committed Dec 19, 2021
1 parent c3d0a09 commit 7cfef93
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/source/release.rst
Expand Up @@ -5,6 +5,7 @@ Release Notes
.. toctree::
:maxdepth: 3

1.21.6 <release/1.21.6-notes>
1.21.5 <release/1.21.5-notes>
1.21.4 <release/1.21.4-notes>
1.21.3 <release/1.21.3-notes>
Expand Down
45 changes: 45 additions & 0 deletions doc/source/release/1.21.6-notes.rst
@@ -0,0 +1,45 @@
.. currentmodule:: numpy

==========================
NumPy 1.21.6 Release Notes
==========================


Highlights
==========


New functions
=============


Deprecations
============


Future Changes
==============


Expired deprecations
====================


Compatibility notes
===================


C API changes
=============


New Features
============


Improvements
============


Changes
=======
2 changes: 1 addition & 1 deletion pavement.py
Expand Up @@ -38,7 +38,7 @@
#-----------------------------------

# Path to the release notes
RELEASE_NOTES = 'doc/source/release/1.21.5-notes.rst'
RELEASE_NOTES = 'doc/source/release/1.21.6-notes.rst'


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

0 comments on commit 7cfef93

Please sign in to comment.