Bump for release

This commit is contained in:
Pradyun Gedam 2020-12-15 15:21:16 +00:00
parent b4fb710154
commit a387de10d8
No known key found for this signature in database
GPG Key ID: FF99710C4332258E
3 changed files with 10 additions and 2 deletions

View File

@ -9,6 +9,15 @@
.. towncrier release notes start
20.3.3 (2020-12-15)
===================
Bug Fixes
---------
- 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>`_)
20.3.2 (2020-12-15)
===================

View File

@ -1 +0,0 @@
Revert "Skip candidate not providing valid metadata", as that caused pip to be overeager about downloading from the package index.

View File

@ -4,7 +4,7 @@ if MYPY_CHECK_RUNNING:
from typing import List, Optional
__version__ = "21.0.dev0"
__version__ = "20.3.3"
def main(args=None):