diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2ca52c6e..d06040da 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog ========= +`2023.3.1 `_ +-------------------------------------------------------------------------------- + +- Skip cache-busting for old Sphinx #113 + + `2023.3 `_ ---------------------------------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 02a4f527..39e986df 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.3" +version = "2023.3.1" description = "The Sphinx theme for the CPython docs and related projects" readme = "README.rst" urls.Code = "https://github.com/python/python-docs-theme"