Skip to content

Commit

Permalink
Release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kwlzn committed May 23, 2016
1 parent 6486ffc commit 31f4814
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Release Notes
=============

1.1.7
-----

* Add README and supported python versions to PyPI description.
`#258 <https://github.com/pantsbuild/pex/pull/258>`_

* Use `open` with utf-8 support.
`#231 <https://github.com/pantsbuild/pex/pull/231>`_

* Add `--pex-root` option.
`#206 <https://github.com/pantsbuild/pex/pull/206>`_

1.1.6
-----

Expand Down
2 changes: 1 addition & 1 deletion pex/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2015 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Version 2.0 (see LICENSE).

__version__ = '1.1.6'
__version__ = '1.1.7'

SETUPTOOLS_REQUIREMENT = 'setuptools>=2.2,<20.11'
WHEEL_REQUIREMENT = 'wheel>=0.24.0,<0.30.0'

0 comments on commit 31f4814

Please sign in to comment.