summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2023-02-07 18:18:48 -0800
committerBernát Gábor <bgabor8@bloomberg.net>2023-02-07 18:18:48 -0800
commitc698698006904dadc906c59ed5e4875be4c281c7 (patch)
tree9bd706486aaef491032029e887ef9a3d48400379
parentc01bcf4d28e88673aed8706eff3ec7fbed1f63e4 (diff)
downloadtox-git-c698698006904dadc906c59ed5e4875be4c281c7.tar.gz
release 4.4.54.4.5
-rw-r--r--docs/changelog.rst10
-rw-r--r--docs/changelog/2916.bugfix.rst3
2 files changed, 10 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index eb6c0422..bd44c905 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,16 @@ Release History
.. towncrier release notes start
+v4.4.5 (2023-02-07)
+-------------------
+
+Bugfixes - 4.4.5
+~~~~~~~~~~~~~~~~
+- Ignore labels when tox will provision a runtime environment (``.tox``) so that environment configurations which depend
+ on provisioned plugins or specific tox versions are not accessed in the outer tox process where the configuration would
+ be invalid - by :user:`masenf`. (:issue:`2916`)
+
+
v4.4.4 (2023-01-31)
-------------------
diff --git a/docs/changelog/2916.bugfix.rst b/docs/changelog/2916.bugfix.rst
deleted file mode 100644
index 51858b2b..00000000
--- a/docs/changelog/2916.bugfix.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Ignore labels when tox will provision a runtime environment (``.tox``) so that environment configurations which depend
-on provisioned plugins or specific tox versions are not accessed in the outer tox process where the configuration would
-be invalid - by :user:`masenf`.