From ec75b72323c78ba2f1123eff3f54e95fc59752ed Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Wed, 24 Jul 2024 12:33:21 -0700 Subject: [PATCH] Designate 1.8.0rc2 release --- doc/release/notes.rst | 5 +++-- numpydoc/_version.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/release/notes.rst b/doc/release/notes.rst index e9c015a2..ff84781b 100644 --- a/doc/release/notes.rst +++ b/doc/release/notes.rst @@ -1,7 +1,7 @@ -1.8.0rc1 +1.8.0rc2 ======== -We're happy to announce the release of numpydoc 1.8.0rc1! +We're happy to announce the release of numpydoc 1.8.0rc2! Enhancements ------------ @@ -41,6 +41,7 @@ Maintenance - Fix navbar for documentation pages (`#569 `_). - [pre-commit.ci] pre-commit autoupdate (`#570 `_). - docscrape: fixes from SciPy (`#576 `_). +- MAINT: Remove scale to work around PyPI bug (`#578 `_). Contributors ------------ diff --git a/numpydoc/_version.py b/numpydoc/_version.py index 328a21c1..cdd52720 100644 --- a/numpydoc/_version.py +++ b/numpydoc/_version.py @@ -1 +1 @@ -__version__ = "1.8.0rc2.dev0" +__version__ = "1.8.0rc2"