Skip to content

Commit fad3647

Browse files
committed
bump: 0.16.0rc0 -> 0.16.0
1 parent 3325c82 commit fad3647

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
@@ -4,14 +4,14 @@
44
"url": "https://pydata-sphinx-theme.readthedocs.io/en/latest/"
55
},
66
{
7-
"name": "0.16.0rc0",
8-
"version": "v0.16.0rc0",
7+
"name": "0.16.0 (stable)",
8+
"version": "v0.16.0",
99
"url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/"
1010
},
1111
{
12-
"name": "0.15.4 (stable)",
12+
"name": "0.15.4",
1313
"version": "v0.15.4",
14-
"url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/",
14+
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.15.4/",
1515
"preferred": true
1616
},
1717
{
@@ -34,4 +34,4 @@
3434
"version": "v0.11.0",
3535
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.11.0/"
3636
}
37-
]
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.16.0rc0"
17+
__version__ = "0.16.0"
1818

1919

2020
def update_config(app):

0 commit comments

Comments
 (0)