Skip to content

Commit 8a80214

Browse files
12rambaugabalafou
authored andcommitted
bump: version 0.13.3 → 0.14.0 (pydata#1440)
* bump version * update version switcher
1 parent b46475f commit 8a80214

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/_static/switcher.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@
44
"url": "https://pydata-sphinx-theme.readthedocs.io/en/latest/"
55
},
66
{
7-
"name": "0.13.3 (stable)",
8-
"version": "v0.13.3",
7+
"name": "0.14.0 (stable)",
8+
"version": "v0.14.0",
99
"url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/",
1010
"preferred": true
1111
},
12+
{
13+
"name": "0.13.3",
14+
"version": "v0.13.3",
15+
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.13.3/"
16+
},
1217
{
1318
"name": "0.12.0",
1419
"version": "v0.12.0",
@@ -23,10 +28,5 @@
2328
"name": "0.10.1",
2429
"version": "v0.10.1",
2530
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.10.1/"
26-
},
27-
{
28-
"name": "0.9.0",
29-
"version": "v0.9.0",
30-
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.9.0/"
3131
}
3232
]

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.13.4dev0"
17+
__version__ = "0.14.0"
1818

1919
logger = logging.getLogger(__name__)
2020

0 commit comments

Comments
 (0)