summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-12-07 16:52:26 -0800
committerGitHub <noreply@github.com>2022-12-07 16:52:26 -0800
commit871d091ba4cda58217841867ce6c21c2cc007b6d (patch)
tree78e2aba171f4b5bfc56889646ad22d990d01042e
parent2476e95b3f50b0f584ac17bc25eaaa77fb876671 (diff)
parentcc2ff1d4652bb053f3db07b7364a235a96c1c770 (diff)
downloadtox-git-871d091ba4cda58217841867ce6c21c2cc007b6d.tar.gz
Merge pull request #2623 from tox-dev/release-4.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`.