diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index e25c7fff9..fee027087 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -4,8 +4,8 @@ "url": "https://pydata-sphinx-theme.readthedocs.io/en/latest/" }, { - "name": "0.14.0 (stable)", - "version": "v0.14.0", + "name": "0.14.1 (stable)", + "version": "v0.14.1", "url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/", "preferred": true }, diff --git a/src/pydata_sphinx_theme/__init__.py b/src/pydata_sphinx_theme/__init__.py index c92e14168..6e8477ab3 100644 --- a/src/pydata_sphinx_theme/__init__.py +++ b/src/pydata_sphinx_theme/__init__.py @@ -14,7 +14,7 @@ from . import edit_this_page, logo, pygment, short_link, toctree, translator, utils -__version__ = "0.14.1dev0" +__version__ = "0.14.1" logger = logging.getLogger(__name__)