Skip to content

Commit

Permalink
Release 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kwlzn committed May 24, 2016
1 parent 0f66dd8 commit 2fee0cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release Notes
=============

1.1.9
-----

* Bugfix: Open setup.py in binary mode.
`#264 <https://github.com/pantsbuild/pex/pull/264>`_
`Fixes #263 <https://github.com/pantsbuild/pex/issues/263>`_

1.1.8
-----

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.8'
__version__ = '1.1.9'

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

0 comments on commit 2fee0cb

Please sign in to comment.