* Bugfix for entry point targeting + integration test (435) `435 <https://github.com/pantsbuild/pex/pull/435>`_
1.2.14
------
* Add interpreter constraints option and use constraints to search for compatible interpreters at exec time (427) `427 <https://github.com/pantsbuild/pex/pull/427>`_
1.2.13
------
* Fix handling of pre-release option. (424) `424 <https://github.com/pantsbuild/pex/pull/424>`_
* Patch sys module using pex_path from PEX-INFO metadata (421) `421 <https://github.com/pantsbuild/pex/pull/421>`_
1.2.12
------
* Create --pex-path argument for pex cli and load pex path into pex-info metadata (417) `417 <https://github.com/pantsbuild/pex/pull/417>`_
1.2.11
------
* Leverage `subprocess32` when available. (411) `411 <https://github.com/pantsbuild/pex/pull/411>`_
* Kill support for python 2.6. (408) `405 <https://github.com/pantsbuild/pex/issues/405>`_ `408 <https://github.com/pantsbuild/pex/pull/408>`_
1.2.10
------
* Allow passing a preamble file to the CLI (400) `400 <https://github.com/pantsbuild/pex/pull/400>`_