From 6010af1af74db163398092b1f6e721e7da631b02 Mon Sep 17 00:00:00 2001 From: Daniel McCloy Date: Thu, 18 Jan 2024 15:06:53 -0600 Subject: [PATCH] bump: 0.15.1 -> 0.15.2 --- docs/_static/switcher.json | 4 ++-- src/pydata_sphinx_theme/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index 8071a24a3..2e5c6c3df 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.15.1 (stable)", - "version": "v0.15.1", + "name": "0.15.2 (stable)", + "version": "v0.15.2", "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 83b007e3d..2e7950baa 100644 --- a/src/pydata_sphinx_theme/__init__.py +++ b/src/pydata_sphinx_theme/__init__.py @@ -13,7 +13,7 @@ from . import edit_this_page, logo, pygment, short_link, toctree, translator, utils -__version__ = "0.15.2dev0" +__version__ = "0.15.2" def update_config(app):