From b18ebb23f06da10c15afbd836cc6705d1beaa493 Mon Sep 17 00:00:00 2001 From: Pierrick Rambaud Date: Tue, 25 Jun 2024 21:07:57 +0200 Subject: [PATCH] =?UTF-8?q?bump:=200.15.4rc0=20=E2=86=92=200.15.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_static/switcher.json | 2 +- src/pydata_sphinx_theme/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index 4af77d5e7..24c6cf542 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -4,7 +4,7 @@ "url": "https://pydata-sphinx-theme.readthedocs.io/en/latest/" }, { - "name": "0.15.3 (stable)", + "name": "0.15.4 (stable)", "version": "v0.15.3", "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 396d65d0e..89e856745 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.15.4rc0" +__version__ = "0.15.4" def update_config(app):