From c47786b993c85f0f442cc8d6e6b55e5d4e92b6b9 Mon Sep 17 00:00:00 2001 From: Tania Allard Date: Tue, 17 Dec 2024 10:38:01 +0000 Subject: [PATCH] Bump: 0.16.1rc0 -> 0.16.1 --- docs/_static/switcher.json | 12 ++++++------ src/pydata_sphinx_theme/__init__.py | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index 089e626b5..184e17ce0 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -4,15 +4,15 @@ "url": "https://pydata-sphinx-theme.readthedocs.io/en/latest/" }, { - "name": "0.16.1rc0", - "version": "v0.16.1rc0", - "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.16.1rc0/" + "name": "0.16.1 (stable)", + "version": "v0.16.1", + "url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/", + "preferred": true }, { - "name": "0.16.0 (stable)", + "name": "0.16.0", "version": "v0.16.0", - "url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/", - "preferred": true + "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.16.0/" }, { "name": "0.15.4", diff --git a/src/pydata_sphinx_theme/__init__.py b/src/pydata_sphinx_theme/__init__.py index 219af6aba..71a975ad3 100644 --- a/src/pydata_sphinx_theme/__init__.py +++ b/src/pydata_sphinx_theme/__init__.py @@ -17,7 +17,7 @@ from . import edit_this_page, logo, pygments, short_link, toctree, translator, utils -__version__ = "0.16.1rc0" +__version__ = "0.16.1" def update_config(app):