Skip to content

Commit

Permalink
bump: version 0.13.3 → 0.14.0 (#1440)
Browse files Browse the repository at this point in the history
* bump version

* update version switcher
  • Loading branch information
12rambau committed Sep 15, 2023
1 parent a8a19a3 commit e8de2a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions docs/_static/switcher.json
Expand Up @@ -4,11 +4,16 @@
"url": "https://pydata-sphinx-theme.readthedocs.io/en/latest/"
},
{
"name": "0.13.3 (stable)",
"version": "v0.13.3",
"name": "0.14.0 (stable)",
"version": "v0.14.0",
"url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/",
"preferred": true
},
{
"name": "0.13.3",
"version": "v0.13.3",
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.13.3/"
},
{
"name": "0.12.0",
"version": "v0.12.0",
Expand All @@ -23,10 +28,5 @@
"name": "0.10.1",
"version": "v0.10.1",
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.10.1/"
},
{
"name": "0.9.0",
"version": "v0.9.0",
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.9.0/"
}
]
2 changes: 1 addition & 1 deletion src/pydata_sphinx_theme/__init__.py
Expand Up @@ -14,7 +14,7 @@

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

__version__ = "0.13.4dev0"
__version__ = "0.14.0"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit e8de2a9

Please sign in to comment.