Skip to content

Commit 82c36da

Browse files
committed
Bump the pre-release version and update the change log.
1 parent cc1b3a1 commit 82c36da

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGES.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,18 @@ CHANGES
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>`_.

pex/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
SETUPTOOLS_REQUIREMENT = 'setuptools>=2.2,<16'
77
WHEEL_REQUIREMENT = 'wheel>=0.24.0,<0.25.0'

0 commit comments

Comments
 (0)