Skip to content

Commit d98f589

Browse files
committed
release 3.23.1
1 parent 95cec46 commit d98f589

File tree

5 files changed

+27
-7
lines changed

5 files changed

+27
-7
lines changed

docs/changelog.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,33 @@ with advance notice in the **Deprecations** section of releases.
1111

1212
.. towncrier release notes start
1313
14+
v3.23.1 (2021-05-05)
15+
Bugfixes
16+
^^^^^^^^
17+
18+
- Distinguish between normal Windows Python and MSYS2 Python when looking for
19+
virtualenv executable path. Adds os.sep to :class:`InterpreterInfo`
20+
- by :user:`jschwartzentruber`
21+
`#1982 <https://github.com/tox-dev/tox/issues/1982>`_
22+
- Fix a ``tox-conda`` isolation build bug - by :user:`AntoineD`.
23+
`#2056 <https://github.com/tox-dev/tox/issues/2056>`_
24+
25+
26+
Documentation
27+
^^^^^^^^^^^^^
28+
29+
- Update examples in the documentation to use ``setenv`` in the ``[testenv]`` sections, not wrongly in the ``[tox]`` main section.
30+
- by :user:`AndreyNautilus`
31+
`#1999 <https://github.com/tox-dev/tox/issues/1999>`_
32+
33+
34+
Miscellaneous
35+
^^^^^^^^^^^^^
36+
37+
- Enable building tox with ``setuptools_scm`` 6+ by :user:`hroncok`
38+
`#1984 <https://github.com/tox-dev/tox/issues/1984>`_
39+
40+
1441
v3.23.0 (2021-03-03)
1542
--------------------
1643

docs/changelog/1982.bugfix.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/changelog/1984.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/1999.doc.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog/2056.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)