Skip to content

Commit aa8f46c

Browse files
committed
release 4.61.0
1 parent 8ef0326 commit aa8f46c

6 files changed

Lines changed: 32 additions & 10 deletions

File tree

docs/changelog.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,38 @@
66

77
.. towncrier release notes start
88
9+
**********************
10+
v4.61.0 (2026-08-28)
11+
**********************
12+
13+
Features - 4.61.0
14+
=================
15+
16+
- A labeled factor group can now declare a ``default`` for ``{factor:label}`` to fall back on when no factor of that
17+
group is active in the environment name. Setting ``TOX_FACTOR_<label>`` resolves that label to a given value for a
18+
single run - by :user:`gaborbernat`. (:issue:`4045`)
19+
- A factor range can now carry a label by nesting it under one, as in ``factors = [{ py_version = { prefix = "3.", start
20+
= 12, stop = 14 } }]``, which makes ``{factor:py_version}`` available for ranges - by :user:`gaborbernat`.
21+
(:issue:`4046`)
22+
23+
Bug fixes - 4.61.0
24+
==================
25+
26+
- Values passed via ``--override``/``-x`` or ``TOX_OVERRIDE`` now resolve substitutions such as ``{posargs}``,
27+
``{env:VAR}`` and ``{env_name}``, instead of reaching the environment as literal text - by :user:`gaborbernat`.
28+
(:issue:`4047`)
29+
30+
Improved documentation - 4.61.0
31+
===============================
32+
33+
- Point the virtualenv discovery link in the explanation documentation at its current location. (:issue:`4042`)
34+
35+
Contributor-facing changes - 4.61.0
36+
===================================
37+
38+
- Replace the deprecated ``load_module`` call in the documentation configuration, which Python 3.15 removes - by
39+
:user:`gaborbernat`. (:issue:`4043`)
40+
941
**********************
1042
v4.60.1 (2026-08-25)
1143
**********************

docs/changelog/4042.doc.rst

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

docs/changelog/4043.contrib.rst

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

docs/changelog/4045.feature.rst

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

docs/changelog/4046.feature.rst

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

docs/changelog/4047.bugfix.rst

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

0 commit comments

Comments
 (0)