Skip to content

Commit

Permalink
Designate 1.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Mar 28, 2024
1 parent f558dbf commit b5ef4f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions doc/release/notes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1.7.0rc0
========
1.7.0
=====

We're happy to announce the release of numpydoc 1.7.0rc0!
We're happy to announce the release of numpydoc 1.7.0!

Enhancements
------------
Expand All @@ -20,6 +20,8 @@ Documentation
- DOC: Fix typos found by codespell (`#514 <https://github.com/numpy/numpydoc/pull/514>`_).
- DOC: Update link to mailing list (`#518 <https://github.com/numpy/numpydoc/pull/518>`_).
- Add Python 3.12 to classifiers (`#529 <https://github.com/numpy/numpydoc/pull/529>`_).
- Update release process (`#534 <https://github.com/numpy/numpydoc/pull/534>`_).
- Update release process (`#535 <https://github.com/numpy/numpydoc/pull/535>`_).

Maintenance
-----------
Expand Down Expand Up @@ -63,5 +65,4 @@ Contributors
- Ross Barnowski (`@rossbar <https://github.com/rossbar>`_)
- Stefan van der Walt (`@stefanv <https://github.com/stefanv>`_)

_These lists are automatically generated, and may not be complete or may contain
duplicates._
_These lists are automatically generated, and may not be complete or may contain duplicates._
2 changes: 1 addition & 1 deletion numpydoc/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.7.0rc1.dev0"
__version__ = "1.7.0"

0 comments on commit b5ef4f5

Please sign in to comment.