Skip to content

Commit 782f57e

Browse files
committed
Prepare 2024.10 release
1 parent 3c53d33 commit 782f57e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
`2024.10 <https://github.com/python/python-docs-theme/releases/tag/v2024.10>`_
5+
------------------------------------------------------------------------------
6+
7+
- Add support for Python 3.13 (#196)
8+
Contributed by Hugo van Kemenade
9+
- Drop support for Python 3.8 (#197)
10+
Contributed by Hugo van Kemenade
11+
- Add script for handling translations (#195)
12+
Contributed by Rafael Fontenelle
13+
- Generate digital attestations for PyPI (PEP 740) (#198)
14+
Contributed by Hugo van Kemenade
15+
416
`2024.6 <https://github.com/python/python-docs-theme/releases/tag/v2024.6>`_
517
----------------------------------------------------------------------------
618

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "python-docs-theme"
9-
version = "2024.6"
9+
version = "2024.10"
1010
description = "The Sphinx theme for the CPython docs and related projects"
1111
readme = "README.md"
1212
license.file = "LICENSE"

0 commit comments

Comments
 (0)