From 9278be77f599d93dc1a3a70acfaa32c59923d336 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Mon, 29 Aug 2022 07:05:08 -0700 Subject: [PATCH] RLS: v0.10.0 --- docs/_static/switcher.json | 7 ++++++- src/pydata_sphinx_theme/__init__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index c6a4c5606..510a63ae5 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -5,10 +5,15 @@ "url": "https://pydata-sphinx-theme.readthedocs.io/en/latest/" }, { - "name": "0.9.0 (stable)", + "name": "0.10.0 (stable)", "version": "stable", "url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/" }, + { + "name": "0.9.0", + "version": "v0.9.0", + "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.9.0/" + }, { "name": "0.8.1", "version": "v0.8.1", diff --git a/src/pydata_sphinx_theme/__init__.py b/src/pydata_sphinx_theme/__init__.py index 18ff597fc..d62ef2434 100644 --- a/src/pydata_sphinx_theme/__init__.py +++ b/src/pydata_sphinx_theme/__init__.py @@ -18,7 +18,7 @@ from .bootstrap_html_translator import BootstrapHTML5Translator -__version__ = "0.10.0rc2" +__version__ = "0.10.0" logger = logging.getLogger(__name__)