Bump for release

上级 b4fb7101
......@@ -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)
===================
......
Revert "Skip candidate not providing valid metadata", as that caused pip to be overeager about downloading from the package index.
......@@ -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):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册