Skip to content

Commit

Permalink
Release 1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kwlzn committed Jul 7, 2016
1 parent 0e1abf7 commit 76f521f
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.11
------

* Update cache dir when bdist_pex.run is called directly.
`#278 <https://github.com/pantsbuild/pex/pull/278>`_
`Fixes #274 <https://github.com/pantsbuild/pex/issues/274>`_

1.1.10
------

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.10'
__version__ = '1.1.11'

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

0 comments on commit 76f521f

Please sign in to comment.