File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 33=======
44
55----------
6- 1.0.2 .dev0
6+ 1.0.3 .dev0
77----------
88
9+ * Bug fix: Accommodate OSX `Python ` python binaries. Previously the OSX python distributions shipped
10+ with OSX, XCode and available via https://www.python.org/downloads/ could fail to be detected using
11+ the `PythonInterpreter ` class.
12+ Fixes `#144 <https://github.com/pantsbuild/pex/issues/144 >`_.
13+
14+ -----
15+ 1.0.2
16+ -----
17+
918* Bug fix: PEX-INFO values were overridden by environment `Variables ` with default values that were
1019 not explicitly set in the environment.
1120 Fixes `#135 <https://github.com/pantsbuild/pex/issues/135 >`_.
Original file line number Diff line number Diff line change 11# Copyright 2015 Pants project contributors (see CONTRIBUTORS.md).
22# Licensed under the Apache License, Version 2.0 (see LICENSE).
33
4- __version__ = '1.0.2 '
4+ __version__ = '1.0.3.dev0 '
55
66SETUPTOOLS_REQUIREMENT = 'setuptools>=2.2,<16'
77WHEEL_REQUIREMENT = 'wheel>=0.24.0,<0.25.0'
You can’t perform that action at this time.
0 commit comments