diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cbf57d4..ed7ca86 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog ========= +`2023.9 `_ +---------------------------------------------------------------------------- + +- Focus search box when pressing slash (#153) + Contributed by Hugo van Kemenade + `2023.8 `_ ---------------------------------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 9be4a24..149c548 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" # project metadata [project] name = "python-docs-theme" -version = "2023.8" +version = "2023.9" description = "The Sphinx theme for the CPython docs and related projects" readme = "README.rst" urls.Code = "https://github.com/python/python-docs-theme"