From 3d3e02c9e27be044c907a58790024fc54695d999 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 13 Apr 2024 18:19:26 -0700 Subject: [PATCH] Designate 0.23.2rc1 release --- doc/source/release_notes/release_dev.rst | 8 +++----- skimage/__init__.py | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/source/release_notes/release_dev.rst b/doc/source/release_notes/release_dev.rst index 9dfc4e86a37..ff295d30b2f 100644 --- a/doc/source/release_notes/release_dev.rst +++ b/doc/source/release_notes/release_dev.rst @@ -1,7 +1,7 @@ -scikit-image 0.23.2rc0 +scikit-image 0.23.2rc1 ====================== -We're happy to announce the release of scikit-image 0.23.2rc0! +We're happy to announce the release of scikit-image 0.23.2rc1! Bug Fixes --------- @@ -20,7 +20,6 @@ Maintenance - Use ``numpy.inf`` instead of deprecated ``numpy.infty`` (`#7386 `_). - Update Ruff config (`#7387 `_). - Update matrix and names of Azure pipelines configuration (`#7390 `_). -- Use upload- and download-artifact v4 (`#7389 `_). - Ignore arch specific cast warnings originating from ``astype`` in tests (`#7393 `_). - Update link to numpydoc example.py (`#7395 `_). @@ -40,5 +39,4 @@ Contributors - Jarrod Millman (`@jarrodmillman `_) - Lars GrĂ¼ter (`@lagru `_) -_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/skimage/__init__.py b/skimage/__init__.py index 4502b81f43e..d97b4b1e369 100644 --- a/skimage/__init__.py +++ b/skimage/__init__.py @@ -65,7 +65,7 @@ """ -__version__ = '0.23.2rc1.dev0' +__version__ = '0.23.2rc1' import lazy_loader as lazy