Skip to content

Commit 49cc757

Browse files
[MAINT] Bump version to 0.16.2dev0 (#2137)
This PR fixes an issue with the locator in the `test_version_switcher_highlighting` test, which should allow #2133 to pass automated tests. Note that this test is not run by CI, but that should be addressed in #2133. To test, please run this manually. (Sorry about the extra PR - I don't have permissions to push to the branch in #2133). cc @trallard
1 parent 1455638 commit 49cc757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pydata_sphinx_theme/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from . import edit_this_page, logo, pygments, short_link, toctree, translator, utils
1818

1919

20-
__version__ = "0.16.1"
20+
__version__ = "0.16.2dev0"
2121

2222

2323
def update_config(app):

0 commit comments

Comments
 (0)