Skip to content

Commit a387de1

Browse files
committed
Bump for release
1 parent b4fb710 commit a387de1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

NEWS.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
1010
.. towncrier release notes start
1111
12+
20.3.3 (2020-12-15)
13+
===================
14+
15+
Bug Fixes
16+
---------
17+
18+
- Revert "Skip candidate not providing valid metadata", as that caused pip to be overeager about downloading from the package index. (`#9264 <https://github.com/pypa/pip/issues/9264>`_)
19+
20+
1221
20.3.2 (2020-12-15)
1322
===================
1423

news/9264.bugfix.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
@@ -4,7 +4,7 @@
44
from typing import List, Optional
55

66

7-
__version__ = "21.0.dev0"
7+
__version__ = "20.3.3"
88

99

1010
def main(args=None):

0 commit comments

Comments
 (0)