Skip to content

Commit 469b921

Browse files
committed
bump: 0.14.4 → 0.15.0rc0
1 parent 7d01e01 commit 469b921

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/_static/switcher.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "dev",
44
"url": "https://pydata-sphinx-theme.readthedocs.io/en/latest/"
55
},
6+
{
7+
"name": "0.15.0rc0 (pre-release)",
8+
"version": "v0.15.0rc0",
9+
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.15.0rc0/"
10+
},
611
{
712
"name": "0.14.4 (stable)",
813
"version": "v0.14.4",
@@ -23,10 +28,5 @@
2328
"name": "0.11.0",
2429
"version": "v0.11.0",
2530
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.11.0/"
26-
},
27-
{
28-
"name": "0.10.1",
29-
"version": "v0.10.1",
30-
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.10.1/"
3131
}
3232
]

src/pydata_sphinx_theme/__init__.py

+1-1
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.14.5dev0"
16+
__version__ = "0.15.0rc0"
1717

1818

1919
def update_config(app):

0 commit comments

Comments
 (0)