File tree Expand file tree Collapse file tree 5 files changed +15
-7
lines changed Expand file tree Collapse file tree 5 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 9
9
10
10
.. towncrier release notes start
11
11
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
+
12
26
22.2 (2022-07-21)
13
27
=================
14
28
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
from typing import List , Optional
2
2
3
- __version__ = "22.3.dev0 "
3
+ __version__ = "22.2.1 "
4
4
5
5
6
6
def main (args : Optional [List [str ]] = None ) -> int :
You can’t perform that action at this time.
0 commit comments