Skip to content

Commit

Permalink
Designate 0.22.0rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Sep 30, 2023
1 parent 7ce1c26 commit e5ba5c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions doc/source/release_notes/release_dev.rst
@@ -1,7 +1,7 @@
scikit-image 0.22.0rc0
scikit-image 0.22.0rc1
======================

We're happy to announce the release of scikit-image 0.22.0rc0!
We're happy to announce the release of scikit-image 0.22.0rc1!

New Features
------------
Expand Down Expand Up @@ -93,6 +93,8 @@ Maintenance
- Filter out expected runtime warnings in registation.phase_cross_correlation when disambiguate=True (`#7147 <https://github.com/scikit-image/scikit-image/pull/7147>`_).
- Use pre-commit bot (`#7171 <https://github.com/scikit-image/scikit-image/pull/7171>`_).
- Fix missing warnings import in ``phase_cross_correlation`` (`#7175 <https://github.com/scikit-image/scikit-image/pull/7175>`_).
- Fix release notes error (`#7177 <https://github.com/scikit-image/scikit-image/pull/7177>`_).
- Use trusted publisher (`#7178 <https://github.com/scikit-image/scikit-image/pull/7178>`_).

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion skimage/__init__.py
Expand Up @@ -65,7 +65,7 @@
"""

__version__ = '0.22.0rc1.dev0'
__version__ = '0.22.0rc1'

from ._shared.version_requirements import ensure_python_version
ensure_python_version((3, 8))
Expand Down

0 comments on commit e5ba5c8

Please sign in to comment.