From 2f7c60ec71d47f4099394af11999a840bc97c9a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Mon, 5 Aug 2024 12:47:11 -0700 Subject: [PATCH] release 4.17.0 --- docs/changelog.rst | 13 +++++++++++++ docs/changelog/2753.bugfix.rst | 1 - docs/changelog/3312.feature.rst | 1 - docs/changelog/3315.feature.rst | 2 -- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 docs/changelog/2753.bugfix.rst delete mode 100644 docs/changelog/3312.feature.rst delete mode 100644 docs/changelog/3315.feature.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index a119fd222..5cfedf69b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,19 @@ Release History .. towncrier release notes start +v4.17.0 (2024-08-05) +-------------------- + +Features - 4.17.0 +~~~~~~~~~~~~~~~~~ +- Add "graalpy" prefix as a supported base python (:issue:`3312`) +- Add :ref:`on_platform` core configuration holding the tox platform and do not install package when exec an environment + - by :user:`gaborbernat`. (:issue:`3315`) + +Bugfixes - 4.17.0 +~~~~~~~~~~~~~~~~~ +- Add table with default environment variables per OS (:issue:`2753`) + v4.16.0 (2024-07-02) -------------------- diff --git a/docs/changelog/2753.bugfix.rst b/docs/changelog/2753.bugfix.rst deleted file mode 100644 index 0372ba42d..000000000 --- a/docs/changelog/2753.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Add table with default environment variables per OS diff --git a/docs/changelog/3312.feature.rst b/docs/changelog/3312.feature.rst deleted file mode 100644 index 40e53e895..000000000 --- a/docs/changelog/3312.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Add "graalpy" prefix as a supported base python diff --git a/docs/changelog/3315.feature.rst b/docs/changelog/3315.feature.rst deleted file mode 100644 index 7f3a8f708..000000000 --- a/docs/changelog/3315.feature.rst +++ /dev/null @@ -1,2 +0,0 @@ -Add :ref:`on_platform` core configuration holding the tox platform and do not install package when exec an environment -- by :user:`gaborbernat`.