From 76888590fe1e44640f634319ec5f4e0951bd59d9 Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Fri, 30 Aug 2024 18:25:21 +0200 Subject: [PATCH] Update version switcher to add 0.5.3 --- 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 77efffea..ce675ef7 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.5.2)", - "version": "0.5.2", + "name": "stable (0.5.3)", + "version": "0.5.3", "preferred": true, "url": "https://napari.org/stable/" }, + { + "name": "0.5.2", + "version": "0.5.2", + "url": "https://napari.org/0.5.2/" + }, { "name": "0.5.1", "version": "0.5.1",