summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2022-12-07 16:41:27 -0800
committerBernát Gábor <bgabor8@bloomberg.net>2022-12-07 16:41:27 -0800
commitcc2ff1d4652bb053f3db07b7364a235a96c1c770 (patch)
tree78e2aba171f4b5bfc56889646ad22d990d01042e
parent2476e95b3f50b0f584ac17bc25eaaa77fb876671 (diff)
downloadtox-git-cc2ff1d4652bb053f3db07b7364a235a96c1c770.tar.gz
release 4.0.14.0.1
-rw-r--r--docs/changelog.rst9
-rw-r--r--docs/changelog/2612.bugfix.rst1
-rw-r--r--docs/changelog/2613.bugfix.rst1
3 files changed, 9 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 265548e1..cbec9a13 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,15 @@ Release History
.. towncrier release notes start
+v4.0.1 (2022-12-07)
+-------------------
+
+Bugfixes - 4.0.1
+~~~~~~~~~~~~~~~~
+- Create session views of the build wheel/sdist into the :ref:`temp_dir` folder - by :user:`gaborbernat`. (:issue:`2612`)
+- Default tox min_version to 4.0 instead of current tox version - by :user:`gaborbernat`. (:issue:`2613`)
+
+
v4.0.0 (2022-12-07)
-------------------
diff --git a/docs/changelog/2612.bugfix.rst b/docs/changelog/2612.bugfix.rst
deleted file mode 100644
index c7b64462..00000000
--- a/docs/changelog/2612.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Create session views of the build wheel/sdist into the :ref:`temp_dir` folder - by :user:`gaborbernat`.
diff --git a/docs/changelog/2613.bugfix.rst b/docs/changelog/2613.bugfix.rst
deleted file mode 100644
index ac4dfd25..00000000
--- a/docs/changelog/2613.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
- Default tox min_version to 4.0 instead of current tox version - by :user:`gaborbernat`.