Skip to content

Commit d83d577

Browse files
committed
release 4.52.0
1 parent da0f890 commit d83d577

5 files changed

Lines changed: 24 additions & 8 deletions

File tree

docs/changelog.rst

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

77
.. towncrier release notes start
88
9+
**********************
10+
v4.52.0 (2026-03-30)
11+
**********************
12+
13+
Features - 4.52.0
14+
=================
15+
16+
- Add ``virtualenv-pep-723`` runner that reads dependencies and Python version from :PEP:`723` inline script metadata —
17+
no need to duplicate them in tox config - by :user:`gaborbernat`. (:issue:`3897`)
18+
- Support escaped dots (``\.``) in ``-x``/``--override`` keys, allowing overrides to target environments with dots in
19+
their names such as ``py3.14`` - by :user:`gaborbernat`. (:issue:`3910`)
20+
21+
Bug fixes - 4.52.0
22+
==================
23+
24+
- Auto-generate the manpage from the CLI argparse parser at wheel build time, fixing broken section headers and
25+
documenting all commands and options - by :user:`gaborbernat`. (:issue:`3878`)
26+
27+
Miscellaneous internal changes - 4.52.0
28+
=======================================
29+
30+
- Remove unsupported ``--remote`` flag from ``gh repo fork`` in the update-schemastore workflow, as recent versions of
31+
``gh`` no longer accept it - by :user:`rahuldevikar`. (:issue:`3908`)
32+
933
**********************
1034
v4.51.0 (2026-03-27)
1135
**********************

docs/changelog/3878.bugfix.rst

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

docs/changelog/3897.feature.rst

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

docs/changelog/3908.misc.rst

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

docs/changelog/3910.feature.rst

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

0 commit comments

Comments
 (0)