diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index a1c4edd6c..f0567c3f3 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.10.1 (stable)", + "name": "0.11.0 (stable)", "version": "stable", "url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/" }, + { + "name": "0.10.1", + "version": "v0.10.1", + "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.10.1/" + }, { "name": "0.10.0", "version": "v0.10.0", diff --git a/src/pydata_sphinx_theme/__init__.py b/src/pydata_sphinx_theme/__init__.py index 09ce20ff4..b113de17b 100644 --- a/src/pydata_sphinx_theme/__init__.py +++ b/src/pydata_sphinx_theme/__init__.py @@ -24,7 +24,7 @@ from .bootstrap_html_translator import BootstrapHTML5Translator -__version__ = "0.11.0rc4.dev0" +__version__ = "0.11.0" logger = logging.getLogger(__name__)