From fad36474675c7ca5b322f7f4e2495feaca9d7924 Mon Sep 17 00:00:00 2001 From: Tania Allard Date: Tue, 22 Oct 2024 15:12:14 +0100 Subject: [PATCH] bump: 0.16.0rc0 -> 0.16.0 --- docs/_static/switcher.json | 10 +++++----- src/pydata_sphinx_theme/__init__.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index 47b391c59..453aec6de 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -4,14 +4,14 @@ "url": "https://pydata-sphinx-theme.readthedocs.io/en/latest/" }, { - "name": "0.16.0rc0", - "version": "v0.16.0rc0", + "name": "0.16.0 (stable)", + "version": "v0.16.0", "url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/" }, { - "name": "0.15.4 (stable)", + "name": "0.15.4", "version": "v0.15.4", - "url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/", + "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.15.4/", "preferred": true }, { @@ -34,4 +34,4 @@ "version": "v0.11.0", "url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.11.0/" } -] +] \ No newline at end of file diff --git a/src/pydata_sphinx_theme/__init__.py b/src/pydata_sphinx_theme/__init__.py index 434ea062e..8fd29422b 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, pygments, short_link, toctree, translator, utils -__version__ = "0.16.0rc0" +__version__ = "0.16.0" def update_config(app):