From 1d5d3b8df20d3911b47b696aa4f78207f843db28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Sun, 13 Nov 2022 21:06:04 -0800 Subject: [PATCH] release 3.27.1 --- docs/changelog.rst | 12 ++++++++++++ docs/changelog/2521.bugfix.rst | 1 - docs/changelog/2528.bugfix.rst | 1 - 3 files changed, 12 insertions(+), 2 deletions(-) delete mode 100644 docs/changelog/2521.bugfix.rst delete mode 100644 docs/changelog/2528.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index 54f8428e0..0aa2268b1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,18 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.27.1 (2022-11-13) +-------------------- + +Bugfixes +^^^^^^^^ + +- Replaced deprecated ``license_file`` key with ``license_files`` in ``setup.cfg`` -- by :user:`mgorny`. + `#2521 `_ +- Add env cleanup to envreport - fix PYTHONPATH leak into "envreport" -- by :user:`f3flight`. + `#2528 `_ + + v3.27.0 (2022-10-25) -------------------- diff --git a/docs/changelog/2521.bugfix.rst b/docs/changelog/2521.bugfix.rst deleted file mode 100644 index cf43f1e46..000000000 --- a/docs/changelog/2521.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Replaced deprecated ``license_file`` key with ``license_files`` in ``setup.cfg`` -- by :user:`mgorny`. diff --git a/docs/changelog/2528.bugfix.rst b/docs/changelog/2528.bugfix.rst deleted file mode 100644 index c5cecd418..000000000 --- a/docs/changelog/2528.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Add env cleanup to envreport - fix PYTHONPATH leak into "envreport" -- by :user:`f3flight`.