Merge pull request #6465 from dstufft/release/19.1.1

Release/19.1.1
This commit is contained in:
Donald Stufft 2019-05-06 10:51:34 -04:00 committed by GitHub
commit 58c93acd4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 6 deletions

View File

@ -145,6 +145,7 @@ Dustin Ingram <di@di.codes>
Dwayne Bailey <dwayne@translate.org.za>
Ed Morley <501702+edmorley@users.noreply.github.com>
Ed Morley <emorley@mozilla.com>
ekristina <panacejja@gmail.com>
elainechan <elaine.chan@outlook.com>
Eli Schwartz <eschwartz93@gmail.com>
Eli Schwartz <eschwartz@archlinux.org>

View File

@ -7,6 +7,22 @@
.. towncrier release notes start
19.1.1 (2019-05-06)
===================
Features
--------
- Restore ``pyproject.toml`` handling to how it was with pip 19.0.3 to prevent
the need to add ``--no-use-pep517`` when installing in editable mode. (`#6434 <https://github.com/pypa/pip/issues/6434>`_)
Bug Fixes
---------
- Fix a regression that caused `@` to be quoted in pypiserver links.
This interfered with parsing the revision string from VCS urls. (`#6440 <https://github.com/pypa/pip/issues/6440>`_)
19.1 (2019-04-23)
=================

View File

@ -1 +0,0 @@
Use a fixture creating a temporary directory to improve code reuse in TestSafeFileCache (tests/unit/test_download.py)

View File

@ -1,2 +0,0 @@
Restore ``pyproject.toml`` handling to how it was with pip 19.0.3 to prevent
the need to add ``--no-use-pep517`` when installing in editable mode.

View File

@ -1,2 +0,0 @@
Fix a regression that caused `@` to be quoted in pypiserver links.
This interfered with parsing the revision string from VCS urls.

View File

@ -1 +1 @@
__version__ = "19.2.dev0"
__version__ = "19.1.1"