Skip to content

Commit 126dd33

Browse files
committed
bump: 0.15.4 -> 0.16.0rc0
1 parent 5f006e8 commit 126dd33

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/_static/switcher.json

+6-1
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.16.0rc0",
8+
"version": "v0.16.0rc0",
9+
"url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/"
10+
},
611
{
712
"name": "0.15.4 (stable)",
813
"version": "v0.15.4",
@@ -29,4 +34,4 @@
2934
"version": "v0.11.0",
3035
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.11.0/"
3136
}
32-
]
37+
]

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, pygments, short_link, toctree, translator, utils
1616

17-
__version__ = "0.15.4dev0"
17+
__version__ = "0.16.0rc0"
1818

1919

2020
def update_config(app):

0 commit comments

Comments
 (0)