Skip to content

Commit

Permalink
RLS: v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Aug 29, 2022
1 parent 1303edb commit 5d35205
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/_static/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@
"url": "https://pydata-sphinx-theme.readthedocs.io/en/latest/"
},
{
"name": "0.10.0 (stable)",
"name": "0.10.1 (stable)",
"version": "stable",
"url": "https://pydata-sphinx-theme.readthedocs.io/en/stable/"
},
{
"name": "0.10.0",
"version": "v0.10.0",
"url": "https://pydata-sphinx-theme.readthedocs.io/en/v0.10.0/"
},
{
"name": "0.9.0",
"version": "v0.9.0",
Expand Down
2 changes: 1 addition & 1 deletion src/pydata_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from .bootstrap_html_translator import BootstrapHTML5Translator

__version__ = "0.10.0"
__version__ = "0.10.1"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 5d35205

Please sign in to comment.