We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765a4b4 commit bd41229Copy full SHA for bd41229
NEWS.rst
@@ -1,3 +1,14 @@
1
+21.2.1 (2021-07-25)
2
+===================
3
+
4
5
6
+Process
7
+-------
8
9
+- The source distribution re-installation feature removal has been delayed to 21.3.
10
11
12
21.2 (2021-07-24)
13
=================
14
news/8711.process.rst
src/pip/__init__.py
@@ -1,6 +1,6 @@
from typing import List, Optional
-__version__ = "21.3.dev0"
+__version__ = "21.2.1"
def main(args: Optional[List[str]] = None) -> int:
0 commit comments