Skip to content

Commit 6327f15

Browse files
committed
release 20.23.0
1 parent fd93dd7 commit 6327f15

File tree

5 files changed

+20
-10
lines changed

5 files changed

+20
-10
lines changed

docs/changelog.rst

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

66
.. towncrier release notes start
77
8+
v20.23.0 (2023-04-27)
9+
---------------------
10+
11+
Features - 20.23.0
12+
~~~~~~~~~~~~~~~~~~
13+
- Do not install ``wheel`` and ``setuptools`` seed packages for Python 3.12+. To restore the old behaviour use:
14+
15+
- for ``wheel`` use ``VIRTUALENV_WHEEL=bundle`` environment variable or ``--wheel=bundle`` CLI flag,
16+
- for ``setuptools`` use ``VIRTUALENV_SETUPTOOLS=bundle`` environment variable or ``--setuptools=bundle`` CLI flag.
17+
18+
By :user:`chrysle`. (:issue:`2487`)
19+
- 3.12 support - by :user:`gaborbernat`. (:issue:`2558`)
20+
21+
Bugfixes - 20.23.0
22+
~~~~~~~~~~~~~~~~~~
23+
- Prevent ``PermissionError`` when using venv creator on systems that deliver files without user write
24+
permission - by :user:`kulikjak`. (:issue:`2543`)
25+
- Upgrade setuptools to ``67.7.2`` from ``67.6.1`` and pip to ``23.1.2`` from ``23.1`` - by :user:`szleb`. (:issue:`2560`)
26+
27+
828
v20.22.0 (2023-04-19)
929
---------------------
1030

docs/changelog/2487.feature.rst

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

docs/changelog/2543.bugfix.rst

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

docs/changelog/2558.feature.rst

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

docs/changelog/2560.bugfix.rst

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

0 commit comments

Comments
 (0)