Skip to content

Commit

Permalink
Update changelog to reflect additional issue revealed in pypa/pip#4253.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 25, 2017
1 parent 3469f8b commit 5a028a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ v34.0.0
following a line "Running setup.py egg_info for package
setuptools", then your pip is not new enough.

There's an additional issue in pip where setuptools
is upgraded concurrently with other source packages,
described in pip #4253. The proposed workaround is to
always upgrade Setuptools first prior to upgrading
other packages that would upgrade Setuptools.

v33.1.1
-------

Expand Down

0 comments on commit 5a028a7

Please sign in to comment.