We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12f6268 + d77d627 commit a633523Copy full SHA for a633523
docs/changelog.rst
@@ -4,6 +4,20 @@ Release History
4
5
.. towncrier release notes start
6
7
+v4.0.10 (2022-12-14)
8
+--------------------
9
+
10
+Features - 4.0.10
11
+~~~~~~~~~~~~~~~~~
12
+- Add ``py_dot_ver`` and ``py_impl`` constants to environments to show the current Python implementation and dot version
13
+ (e.g. ``3.11``) for the current environment. These can be also used as substitutions in ``tox.ini`` - by
14
+ :user:`gaborbernat`. (:issue:`2640`)
15
16
+Bugfixes - 4.0.10
17
18
+- ``--help`` now reports the default verbosity level (which is WARNING) correctly. (:issue:`2707`)
19
20
21
v4.0.9 (2022-12-13)
22
-------------------
23
docs/changelog/2640.feature.rst
docs/changelog/2707.bugfix.rst
0 commit comments