Skip to content

Commit bd41229

Browse files
committed
Bump for release
1 parent 765a4b4 commit bd41229

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

NEWS.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
21.2 (2021-07-24)
213
=================
314

news/8711.process.rst

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

src/pip/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from typing import List, Optional
22

3-
__version__ = "21.3.dev0"
3+
__version__ = "21.2.1"
44

55

66
def main(args: Optional[List[str]] = None) -> int:

0 commit comments

Comments
 (0)