提交 f7d912a2 编写于 作者: T Tzu-ping Chung

Bump for release

上级 c7f3f197
21.2.2 (2021-07-31)
===================
Bug Fixes
---------
- New resolver: When a package is specified with extras in constraints, and with
extras in non-constraint requirements, the resolver now correctly identifies the
constraint's existence and avoids backtracking. (`#10233 <https://github.com/pypa/pip/issues/10233>`_)
21.2.1 (2021-07-25)
===================
......
New resolver: When a package is specified with extras in constraints, and with
extras in non-constraint requirements, the resolver now correctly identifies the
constraint's existence and avoids backtracking.
from typing import List, Optional
__version__ = "21.2.1"
__version__ = "21.2.2"
def main(args: Optional[List[str]] = None) -> int:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册