* Bugfix: Repair a regression in `--disable-cache`.
1.1.7
* Add README and supported python versions to PyPI description. * Use `open` with utf-8 support. * Add `--pex-root` option.
1.1.6
This release is a quick fix for a regression that inadvertently went out in 1.1.5 (Issue 243).
* Fix the `bdist_pex` `setuptools` command to work for python2. * Upgrade pex dependencies on `setuptools` and `wheel`.
1.1.5
* Fix `PEXBuilder.clone` and thus `bdist_pex --pex-args` for `--python` and `--python-shebang`. * Fix old `pkg_resources` egg version normalization. * Fix the `inherit_path` handling. * Fix handling of bad distribution script names when used as the pex entrypoint.
1.1.4
This release is a quick fix for a regression that inadvertently went out in 1.1.3 (Issue 216).
* Add a test for the regression in `FixedEggMetadata._zipinfo_name` and revert the breaking commit.