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

Release 19.2.1 (#6779)

This commit is contained in:
Pradyun Gedam 2019-07-24 00:17:19 +05:30 committed by GitHub
commit d8c992acc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View file

@ -7,6 +7,16 @@
.. towncrier release notes start
19.2.1 (2019-07-23)
===================
Bug Fixes
---------
- Fix a ``NoneType`` ``AttributeError`` when evaluating hashes and no hashes
are provided. (`#6772 <https://github.com/pypa/pip/issues/6772>`_)
19.2 (2019-07-22)
=================

View file

@ -1,2 +0,0 @@
Fix a ``NoneType`` ``AttributeError`` when evaluating hashes and no hashes
are provided.