Skip to content

Commit 1d9fd1c

Browse files
committed
bump: 0.15.3rc2 → 0.15.3
1 parent 8f85e0f commit 1d9fd1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/_static/switcher.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"url": "https://pydata-sphinx-theme.readthedocs.io/en/latest/"
55
},
66
{
7-
"name": "0.15.2 (stable)",
8-
"version": "v0.15.2",
7+
"name": "0.15.3 (stable)",
8+
"version": "v0.15.3",
99
"url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/",
1010
"preferred": true
1111
},

src/pydata_sphinx_theme/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from . import edit_this_page, logo, pygment, short_link, toctree, translator, utils
1616

17-
__version__ = "0.15.3rc1"
17+
__version__ = "0.15.3"
1818

1919

2020
def update_config(app):

0 commit comments

Comments
 (0)