Skip to content

Commit f39285c

Browse files
authored
Prepare the 1.6.11 release. (#767)
Closes #766
1 parent e6aa703 commit f39285c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.rst

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Release Notes
22
=============
33

4+
1.6.11
5+
------
6+
7+
This release brings a consistency fix to requirement resolution and an
8+
isolation fix that scrubs all non-stdlib PYTHONPATH entries by default,
9+
only pre-pending or appending them to the `sys.path` if the
10+
corresponding `--inherit-path=(prefer|fallback)` is used.
11+
12+
* Avoid reordering of equivalent packages from multiple fetchers (#762)
13+
`PR #762 <https://github.com/pantsbuild/pex/pull/762>`_
14+
15+
* Include `PYTHONPATH` in `--inherit-path` logic. (#765)
16+
`PR #765 <https://github.com/pantsbuild/pex/pull/765>`_
17+
418
1.6.10
519
------
620

pex/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright 2015 Pants project contributors (see CONTRIBUTORS.md).
22
# Licensed under the Apache License, Version 2.0 (see LICENSE).
33

4-
__version__ = '1.6.10'
4+
__version__ = '1.6.11'

0 commit comments

Comments
 (0)