Commit f39285c 1 parent e6aa703 commit f39285c Copy full SHA for f39285c
File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
=============
3
3
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
+
4
18
1.6.10
5
19
------
6
20
Original file line number Diff line number Diff line change 1
1
# Copyright 2015 Pants project contributors (see CONTRIBUTORS.md).
2
2
# Licensed under the Apache License, Version 2.0 (see LICENSE).
3
3
4
- __version__ = '1.6.10 '
4
+ __version__ = '1.6.11 '
You can’t perform that action at this time.
0 commit comments