From 5ca779636be1f2659b3d7dac51f68cac94ee44ca Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Thu, 11 Jul 2024 20:51:38 +1000 Subject: [PATCH] Update version switcher to include 0.5.0 --- docs/_static/version_switcher.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/_static/version_switcher.json b/docs/_static/version_switcher.json index fbaa81787..576d5f436 100644 --- a/docs/_static/version_switcher.json +++ b/docs/_static/version_switcher.json @@ -5,11 +5,16 @@ "url": "https://napari.org/dev/" }, { - "name": "stable (0.4.19)", - "version": "0.4.19", + "name": "stable (0.5.0)", + "version": "0.5.0", "preferred": true, "url": "https://napari.org/stable/" }, + { + "name": "0.4.19", + "version": "0.4.19", + "url": "https://napari.org/0.4.19/" + }, { "name": "0.4.18", "version": "0.4.18",