Skip to content

Commit 95084f2

Browse files
committed
release 4.0.3
1 parent 8894ee9 commit 95084f2

File tree

7 files changed

+20
-10
lines changed

7 files changed

+20
-10
lines changed

docs/changelog.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Release History
44

55
.. towncrier release notes start
66
7+
v4.0.3 (2022-12-08)
8+
-------------------
9+
10+
Bugfixes - 4.0.3
11+
~~~~~~~~~~~~~~~~
12+
- Always set environment variable ``PYTHONIOENCODING`` to ``utf-8`` to ensure tox works under Windows custom encodings
13+
- by :user:`gaborbernat`. (:issue:`2422`)
14+
- Ensure :ref:`change_dir` is created if does not exist before executing :ref:`commands` - by :user:`gaborbernat`. (:issue:`2620`)
15+
- Pass through ``NUMBER_OF_PROCESSORS`` on Windows as is needed for ``multiprocessing.cpu_count`` -
16+
by :user:`gaborbernat`. (:issue:`2629`)
17+
- The core tox configuration now contains ``host_python`` key showing the host python executable path -
18+
by :user:`gaborbernat`. (:issue:`2630`)
19+
20+
Improved Documentation - 4.0.3
21+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22+
- Document that space separator is no longer valid for the :ref:`passenv` and instead one should use comma -
23+
by :user:`gaborbernat`. (:issue:`2615`)
24+
- Document necessity to escape ``#`` within INI configuration - by :user:`jugmac00`. (:issue:`2617`)
25+
26+
727
v4.0.2 (2022-12-07)
828
-------------------
929

docs/changelog/2422.bugfix.rst

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

docs/changelog/2615.doc.rst

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

docs/changelog/2617.doc.rst

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

docs/changelog/2620.bugfix.rst

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

docs/changelog/2629.bugfix.rst

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

docs/changelog/2630.bugfix.rst

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

0 commit comments

Comments
 (0)