Skip to content

Commit

Permalink
Merge pull request #201 from hugovk/prepare-release
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Oct 29, 2024
2 parents 4716bf7 + 782f57e commit d725581
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

`2024.10 <https://github.com/python/python-docs-theme/releases/tag/v2024.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 <https://github.com/python/python-docs-theme/releases/tag/v2024.6>`_
----------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d725581

Please sign in to comment.