1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Merge pull request #6280 from pradyunsg/release/19.0.3

Release 19.0.3
This commit is contained in:
Pradyun Gedam 2019-02-20 22:55:10 +05:30 committed by GitHub
commit f59a4524b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 4 deletions

View file

@ -7,6 +7,17 @@
.. towncrier release notes start
19.0.3 (2019-02-20)
===================
Bug Fixes
---------
- Fix an ``IndexError`` crash when a legacy build of a wheel fails. (`#6252 <https://github.com/pypa/pip/issues/6252>`_)
- Fix a regression introduced in 19.0.2 where the filename in a RECORD file
of an installed file would not be updated when installing a wheel. (`#6266 <https://github.com/pypa/pip/issues/6266>`_)
19.0.2 (2019-02-09)
===================

View file

@ -1 +0,0 @@
Fix an ``IndexError`` crash when a legacy build of a wheel fails.

View file

@ -1,2 +0,0 @@
Fix a regression introduced in 19.0.2 where the filename in a RECORD file
of an installed file would not be updated when installing a wheel.

View file

@ -1 +1 @@
__version__ = "19.1.dev0"
__version__ = "19.0.3"