提交 22c6efd9 编写于 作者: P Paul Moore

Bump for release

上级 a0850687
21.0.1 (2021-01-30)
===================
Bug Fixes
---------
- commands: debug: Use packaging.version.parse to compare between versions. (`#9461 <https://github.com/pypa/pip/issues/9461>`_)
- New resolver: Download and prepare a distribution only at the last possible
moment to avoid unnecessary network access when the same version is already
installed locally. (`#9516 <https://github.com/pypa/pip/issues/9516>`_)
Vendored Libraries
------------------
- Upgrade packaging to 20.9
21.0 (2021-01-23)
=================
......
commands: debug: Use packaging.version.parse to compare between versions.
New resolver: Download and prepare a distribution only at the last possible
moment to avoid unnecessary network access when the same version is already
installed locally.
......@@ -4,7 +4,7 @@ if MYPY_CHECK_RUNNING:
from typing import List, Optional
__version__ = "21.1.dev0"
__version__ = "21.0.1"
def main(args=None):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册