From 1ba041908fa9c225840aafa4cbc01fd6521e804b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Mon, 16 Jan 2023 14:08:32 -0800 Subject: [PATCH] release 4.3.3 --- docs/changelog.rst | 11 +++++++++++ docs/changelog/2862.bugfix.rst | 4 ---- 2 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 docs/changelog/2862.bugfix.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index 649cfcd95..603cdecbc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,17 @@ Release History .. towncrier release notes start +v4.3.3 (2023-01-16) +------------------- + +Bugfixes - 4.3.3 +~~~~~~~~~~~~~~~~ +- The provision environment (``.tox``) will never inherit from ``testenv``. + During provisioning, other test environments are not processed, allowing the + use of keys and values that may be registered by later tox version or + provisioned plugins - by :user:`masenf`. (:issue:`2862`) + + v4.3.2 (2023-01-16) ------------------- diff --git a/docs/changelog/2862.bugfix.rst b/docs/changelog/2862.bugfix.rst deleted file mode 100644 index c52228ff6..000000000 --- a/docs/changelog/2862.bugfix.rst +++ /dev/null @@ -1,4 +0,0 @@ -The provision environment (``.tox``) will never inherit from ``testenv``. -During provisioning, other test environments are not processed, allowing the -use of keys and values that may be registered by later tox version or -provisioned plugins - by :user:`masenf`.