Skip to content

Commit 39d9e7f

Browse files
12rambauivanov
authored andcommitted
bump: 0.14.4 → 0.15.0
1 parent 398c86c commit 39d9e7f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/_static/switcher.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"url": "https://pydata-sphinx-theme.readthedocs.io/en/latest/"
55
},
66
{
7-
"name": "0.15.0rc0 (pre-release)",
8-
"version": "v0.15.0rc0",
9-
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.15.0rc0/"
7+
"name": "0.15.0 (stable)",
8+
"version": "v0.15.0",
9+
"url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/",
10+
"preferred": true
1011
},
1112
{
12-
"name": "0.14.4 (stable)",
13+
"name": "0.14.4",
1314
"version": "v0.14.4",
14-
"url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/",
15-
"preferred": true
15+
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.14.4/"
1616
},
1717
{
1818
"name": "0.13.3",

src/pydata_sphinx_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

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

16-
__version__ = "0.15.0rc0"
16+
__version__ = "0.15.0"
1717

1818

1919
def update_config(app):

0 commit comments

Comments
 (0)