Skip to content

Commit 58c93ac

Browse files
authored
Merge pull request #6465 from dstufft/release/19.1.1
Release/19.1.1
2 parents cd403c6 + ae914c0 commit 58c93ac

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

AUTHORS.txt

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ Dustin Ingram <[email protected]>
145145
Dwayne Bailey <[email protected]>
146146
Ed Morley <[email protected]>
147147
Ed Morley <[email protected]>
148+
ekristina <[email protected]>
148149
elainechan <[email protected]>
149150
Eli Schwartz <[email protected]>
150151
Eli Schwartz <[email protected]>

NEWS.rst

+16
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@
77
88
.. towncrier release notes start
99
10+
19.1.1 (2019-05-06)
11+
===================
12+
13+
Features
14+
--------
15+
16+
- Restore ``pyproject.toml`` handling to how it was with pip 19.0.3 to prevent
17+
the need to add ``--no-use-pep517`` when installing in editable mode. (`#6434 <https://github.com/pypa/pip/issues/6434>`_)
18+
19+
Bug Fixes
20+
---------
21+
22+
- Fix a regression that caused `@` to be quoted in pypiserver links.
23+
This interfered with parsing the revision string from VCS urls. (`#6440 <https://github.com/pypa/pip/issues/6440>`_)
24+
25+
1026
19.1 (2019-04-23)
1127
=================
1228

news/6322.trivial

-1
This file was deleted.

news/6434.feature

-2
This file was deleted.

news/6440.bugfix

-2
This file was deleted.

src/pip/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "19.2.dev0"
1+
__version__ = "19.1.1"

0 commit comments

Comments
 (0)