File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
16
`2024.6 <https://github.com/python/python-docs-theme/releases/tag/v2024.6 >`_
5
17
----------------------------------------------------------------------------
6
18
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
6
6
7
7
[project ]
8
8
name = " python-docs-theme"
9
- version = " 2024.6 "
9
+ version = " 2024.10 "
10
10
description = " The Sphinx theme for the CPython docs and related projects"
11
11
readme = " README.md"
12
12
license.file = " LICENSE"
You can’t perform that action at this time.
0 commit comments