diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0ed7628..2f4ac84 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,18 @@ Changelog ========= +`2024.10 `_ +------------------------------------------------------------------------------ + +- Add support for Python 3.13 (#196) + Contributed by Hugo van Kemenade +- Drop support for Python 3.8 (#197) + Contributed by Hugo van Kemenade +- Add script for handling translations (#195) + Contributed by Rafael Fontenelle +- Generate digital attestations for PyPI (PEP 740) (#198) + Contributed by Hugo van Kemenade + `2024.6 `_ ---------------------------------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index d7c764d..a39131e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = [ [project] name = "python-docs-theme" -version = "2024.6" +version = "2024.10" description = "The Sphinx theme for the CPython docs and related projects" readme = "README.md" license.file = "LICENSE"