Skip to content

Commit b5ef4f5

Browse files
committed
Designate 1.7.0 release
1 parent f558dbf commit b5ef4f5

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

doc/release/notes.rst

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
1.7.0rc0
2-
========
1+
1.7.0
2+
=====
33

4-
We're happy to announce the release of numpydoc 1.7.0rc0!
4+
We're happy to announce the release of numpydoc 1.7.0!
55

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

2426
Maintenance
2527
-----------
@@ -63,5 +65,4 @@ Contributors
6365
- Ross Barnowski (`@rossbar <https://github.com/rossbar>`_)
6466
- Stefan van der Walt (`@stefanv <https://github.com/stefanv>`_)
6567

66-
_These lists are automatically generated, and may not be complete or may contain
67-
duplicates._
68+
_These lists are automatically generated, and may not be complete or may contain duplicates._

numpydoc/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.7.0rc1.dev0"
1+
__version__ = "1.7.0"

0 commit comments

Comments
 (0)