Skip to content

Commit b8ccb04

Browse files
authored
Merge pull request #11313 from sbidoul/release/22.2.1
Release 22.2.1
2 parents fcb0c84 + c880368 commit b8ccb04

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

NEWS.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@
99
1010
.. towncrier release notes start
1111
12+
22.2.1 (2022-07-27)
13+
===================
14+
15+
Bug Fixes
16+
---------
17+
18+
- Send the pip upgrade prompt to stderr. (`#11282 <https://github.com/pypa/pip/issues/11282>`_)
19+
- Ensure that things work correctly in environments where setuptools-injected
20+
``distutils`` is available by default. This is done by cooperating with
21+
setuptools' injection logic to ensure that pip uses the ``distutils`` from the
22+
Python standard library instead. (`#11298 <https://github.com/pypa/pip/issues/11298>`_)
23+
- Clarify that ``pip cache``'s wheels-related output is about locally built wheels only. (`#11300 <https://github.com/pypa/pip/issues/11300>`_)
24+
25+
1226
22.2 (2022-07-21)
1327
=================
1428

news/11282.bugfix.rst

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

news/11298.bugfix.rst

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

news/11300.bugfix.rst

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

0 commit comments

Comments
 (0)