diff --git a/docs/changelog.rst b/docs/changelog.rst index 699332816..19c1b222b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,19 @@ Release History .. towncrier release notes start +v20.29.0 (2025-01-15) +--------------------- + +Features - 20.29.0 +~~~~~~~~~~~~~~~~~~ +- Add support for selecting free-threaded Python interpreters, e.g., `python3.13t`. (:issue:`2809`) + +Bugfixes - 20.29.0 +~~~~~~~~~~~~~~~~~~ +- Upgrade embedded wheels: + + * setuptools to ``75.8.0`` from ``75.6.0`` (:issue:`2823`) + v20.28.1 (2025-01-02) --------------------- diff --git a/docs/changelog/2809.feature.rst b/docs/changelog/2809.feature.rst deleted file mode 100644 index 30849296a..000000000 --- a/docs/changelog/2809.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Add support for selecting free-threaded Python interpreters, e.g., `python3.13t`. diff --git a/docs/changelog/2823.bugfix.rst b/docs/changelog/2823.bugfix.rst deleted file mode 100644 index f82c65b2b..000000000 --- a/docs/changelog/2823.bugfix.rst +++ /dev/null @@ -1,3 +0,0 @@ -Upgrade embedded wheels: - -* setuptools to ``75.8.0`` from ``75.6.0``