Skip to content

Commit

Permalink
Designate 0.21 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Jun 2, 2023
1 parent 872b787 commit 49a9854
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/source/_static/docversions.js
@@ -1,4 +1,4 @@
var versions = ['dev', '0.20.x', '0.19.x', '0.18.x', '0.17.x', '0.16.x', '0.15.x', '0.14.x', '0.13.x', '0.12.x', '0.11.x', '0.10.x', '0.9.x', '0.8.0', '0.7.0', '0.6', '0.5', '0.4', '0.3'];
var versions = ['dev', '0.21.x', '0.20.x', '0.19.x', '0.18.x', '0.17.x', '0.16.x', '0.15.x', '0.14.x', '0.13.x', '0.12.x', '0.11.x', '0.10.x', '0.9.x', '0.8.0', '0.7.0', '0.6', '0.5', '0.4', '0.3'];

function insert_version_links() {
for (i = 0; i < versions.length; i++){
Expand Down
9 changes: 7 additions & 2 deletions doc/source/_static/version_switcher.json
Expand Up @@ -5,10 +5,15 @@
"url": "https://scikit-image.org/docs/dev/"
},
{
"name": "0.20 (stable)",
"version":"0.20.0",
"name": "0.21 (stable)",
"version":"0.21.0",
"url": "https://scikit-image.org/docs/stable/"
},
{
"name": "0.20",
"version":"0.20.0",
"url": "https://scikit-image.org/docs/0.20.x/"
},
{
"name": "0.19",
"version":"0.19.2",
Expand Down
2 changes: 1 addition & 1 deletion skimage/__init__.py
Expand Up @@ -65,7 +65,7 @@
"""

__version__ = '0.21.0rc2.dev0'
__version__ = '0.21.0'

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

0 comments on commit 49a9854

Please sign in to comment.