Skip to content

Commit fa2714f

Browse files
committed
Bump for release
1 parent 02ad77d commit fa2714f

12 files changed

+29
-13
lines changed

NEWS.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,34 @@
99
1010
.. towncrier release notes start
1111
12+
20.2.1 (2020-08-04)
13+
===================
14+
15+
Features
16+
--------
17+
18+
- Ignore require-virtualenv in ``pip list`` (`#8603 <https://github.com/pypa/pip/issues/8603>`_)
19+
20+
Bug Fixes
21+
---------
22+
23+
- Correctly find already-installed distributions with dot (``.``) in the name
24+
and uninstall them when needed. (`#8645 <https://github.com/pypa/pip/issues/8645>`_)
25+
- Trace a better error message on installation failure due to invalid ``.data``
26+
files in wheels. (`#8654 <https://github.com/pypa/pip/issues/8654>`_)
27+
- Fix SVN version detection for alternative SVN distributions. (`#8665 <https://github.com/pypa/pip/issues/8665>`_)
28+
- New resolver: Correctly include the base package when specified with extras
29+
in ``--no-deps`` mode. (`#8677 <https://github.com/pypa/pip/issues/8677>`_)
30+
- Use UTF-8 to handle ZIP archive entries on Python 2 according to PEP 427, so
31+
non-ASCII paths can be resolved as expected. (`#8684 <https://github.com/pypa/pip/issues/8684>`_)
32+
33+
Improved Documentation
34+
----------------------
35+
36+
- Add details on old resolver deprecation and removal to migration documentation. (`#8371 <https://github.com/pypa/pip/issues/8371>`_)
37+
- Fix feature flag name in docs. (`#8660 <https://github.com/pypa/pip/issues/8660>`_)
38+
39+
1240
20.2 (2020-07-29)
1341
=================
1442

news/8371.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/8603.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/8645.bugfix

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/8654.bugfix

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/8660.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/8665.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/8677.bugfix

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/8684.bugfix

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/AE707F60-0ABE-4DBA-98AA-59CE8F989386.trivial

Whitespace-only changes.

0 commit comments

Comments
 (0)