From de4465f88bd769858d53f988198ab04bff4b328e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Thu, 17 Oct 2024 18:26:52 -0700 Subject: [PATCH] release 20.27.0 --- docs/changelog.rst | 20 ++++++++++++++++++++ docs/changelog/2758.feature.rst | 1 - docs/changelog/2782.bugfix.rst | 1 - docs/changelog/2783.bugfix.rst | 8 -------- docs/changelog/2784.bugfix.rst | 1 - 5 files changed, 20 insertions(+), 11 deletions(-) delete mode 100644 docs/changelog/2758.feature.rst delete mode 100644 docs/changelog/2782.bugfix.rst delete mode 100644 docs/changelog/2783.bugfix.rst delete mode 100644 docs/changelog/2784.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index e7750d972..6ea747f31 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,26 @@ Release History .. towncrier release notes start +v20.27.0 (2024-10-17) +--------------------- + +Features - 20.27.0 +~~~~~~~~~~~~~~~~~~ +- Drop 3.7 support as the CI environments no longer allow it running - by :user:`gaborbernat`. (:issue:`2758`) + +Bugfixes - 20.27.0 +~~~~~~~~~~~~~~~~~~ +- When a ``$PATH`` entry cannot be checked for existence, skip it instead of terminating - by :user:`hroncok`. (:issue:`2782`) +- Upgrade embedded wheels: + + * setuptools to ``75.2.0`` from ``75.1.0`` + * Removed pip of ``24.0`` + * Removed setuptools of ``68.0.0`` + * Removed wheel of ``0.42.0`` + + - by :user:`gaborbernat`. (:issue:`2783`) +- Fix zipapp is broken on Windows post distlib ``0.3.9`` - by :user:`gaborbernat`. (:issue:`2784`) + v20.26.6 (2024-09-27) --------------------- diff --git a/docs/changelog/2758.feature.rst b/docs/changelog/2758.feature.rst deleted file mode 100644 index 33ffce17e..000000000 --- a/docs/changelog/2758.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Drop 3.7 support as the CI environments no longer allow it running - by :user:`gaborbernat`. diff --git a/docs/changelog/2782.bugfix.rst b/docs/changelog/2782.bugfix.rst deleted file mode 100644 index 38b04cc36..000000000 --- a/docs/changelog/2782.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -When a ``$PATH`` entry cannot be checked for existence, skip it instead of terminating - by :user:`hroncok`. diff --git a/docs/changelog/2783.bugfix.rst b/docs/changelog/2783.bugfix.rst deleted file mode 100644 index 8de3034e2..000000000 --- a/docs/changelog/2783.bugfix.rst +++ /dev/null @@ -1,8 +0,0 @@ -Upgrade embedded wheels: - -* setuptools to ``75.2.0`` from ``75.1.0`` -* Removed pip of ``24.0`` -* Removed setuptools of ``68.0.0`` -* Removed wheel of ``0.42.0`` - -- by :user:`gaborbernat`. diff --git a/docs/changelog/2784.bugfix.rst b/docs/changelog/2784.bugfix.rst deleted file mode 100644 index 88b13c252..000000000 --- a/docs/changelog/2784.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix zipapp is broken on Windows post distlib ``0.3.9`` - by :user:`gaborbernat`.