summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-12-14 18:34:12 -0800
committerGitHub <noreply@github.com>2022-12-14 18:34:12 -0800
commita63352330958a3fede3050b9db7a5201c47ca0df (patch)
treeaaae89e3790564c904ddd57245692360102ba039
parent12f6268a1800550e68db028c63db4a2813c1edab (diff)
parentd77d6270b14f902ee2534ae4736415266925d9bb (diff)
downloadtox-git-a63352330958a3fede3050b9db7a5201c47ca0df.tar.gz
Merge pull request #2723 from tox-dev/release-4.0.10
-rw-r--r--docs/changelog.rst14
-rw-r--r--docs/changelog/2640.feature.rst3
-rw-r--r--docs/changelog/2707.bugfix.rst1
3 files changed, 14 insertions, 4 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index cb5b7dbf..4abe5134 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,20 @@ Release History
.. towncrier release notes start
+v4.0.10 (2022-12-14)
+--------------------
+
+Features - 4.0.10
+~~~~~~~~~~~~~~~~~
+- Add ``py_dot_ver`` and ``py_impl`` constants to environments to show the current Python implementation and dot version
+ (e.g. ``3.11``) for the current environment. These can be also used as substitutions in ``tox.ini`` - by
+ :user:`gaborbernat`. (:issue:`2640`)
+
+Bugfixes - 4.0.10
+~~~~~~~~~~~~~~~~~
+- ``--help`` now reports the default verbosity level (which is WARNING) correctly. (:issue:`2707`)
+
+
v4.0.9 (2022-12-13)
-------------------
diff --git a/docs/changelog/2640.feature.rst b/docs/changelog/2640.feature.rst
deleted file mode 100644
index bbf9b022..00000000
--- a/docs/changelog/2640.feature.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Add ``py_dot_ver`` and ``py_impl`` constants to environments to show the current Python implementation and dot version
-(e.g. ``3.11``) for the current environment. These can be also used as substitutions in ``tox.ini`` - by
-:user:`gaborbernat`.
diff --git a/docs/changelog/2707.bugfix.rst b/docs/changelog/2707.bugfix.rst
deleted file mode 100644
index d068607b..00000000
--- a/docs/changelog/2707.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-``--help`` now reports the default verbosity level (which is WARNING) correctly.