Skip to content

Commit

Permalink
Merge pull request #2563 from pypa/release-20.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Apr 27, 2023
2 parents fd93dd7 + 6327f15 commit cd05716
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
20 changes: 20 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ Release History

.. towncrier release notes start
v20.23.0 (2023-04-27)
---------------------

Features - 20.23.0
~~~~~~~~~~~~~~~~~~
- Do not install ``wheel`` and ``setuptools`` seed packages for Python 3.12+. To restore the old behaviour use:

- for ``wheel`` use ``VIRTUALENV_WHEEL=bundle`` environment variable or ``--wheel=bundle`` CLI flag,
- for ``setuptools`` use ``VIRTUALENV_SETUPTOOLS=bundle`` environment variable or ``--setuptools=bundle`` CLI flag.

By :user:`chrysle`. (:issue:`2487`)
- 3.12 support - by :user:`gaborbernat`. (:issue:`2558`)

Bugfixes - 20.23.0
~~~~~~~~~~~~~~~~~~
- Prevent ``PermissionError`` when using venv creator on systems that deliver files without user write
permission - by :user:`kulikjak`. (:issue:`2543`)
- Upgrade setuptools to ``67.7.2`` from ``67.6.1`` and pip to ``23.1.2`` from ``23.1`` - by :user:`szleb`. (:issue:`2560`)


v20.22.0 (2023-04-19)
---------------------

Expand Down
6 changes: 0 additions & 6 deletions docs/changelog/2487.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog/2543.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/2558.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/2560.bugfix.rst

This file was deleted.

0 comments on commit cd05716

Please sign in to comment.