From b5ef4f56fff035c349303adab323ff5c5cdc4dd9 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Thu, 28 Mar 2024 04:49:29 -0700 Subject: [PATCH] Designate 1.7.0 release --- doc/release/notes.rst | 11 ++++++----- numpydoc/_version.py | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/release/notes.rst b/doc/release/notes.rst index ae631c2e..3dca7339 100644 --- a/doc/release/notes.rst +++ b/doc/release/notes.rst @@ -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 ------------ @@ -20,6 +20,8 @@ Documentation - DOC: Fix typos found by codespell (`#514 `_). - DOC: Update link to mailing list (`#518 `_). - Add Python 3.12 to classifiers (`#529 `_). +- Update release process (`#534 `_). +- Update release process (`#535 `_). Maintenance ----------- @@ -63,5 +65,4 @@ Contributors - Ross Barnowski (`@rossbar `_) - Stefan van der Walt (`@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._ diff --git a/numpydoc/_version.py b/numpydoc/_version.py index 3667106e..14d9d2f5 100644 --- a/numpydoc/_version.py +++ b/numpydoc/_version.py @@ -1 +1 @@ -__version__ = "1.7.0rc1.dev0" +__version__ = "1.7.0"