Skip to content

Commit

Permalink
Mint 0.8.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
wickman committed Feb 15, 2015
1 parent 7e22a23 commit 5e64826
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ CHANGES
=======

----------
0.8.6-dev0
0.8.6
----------

* Bug fix: Honor installed sys.excepthook in pex teardown.
`RB #1733 <https://rbcommons.com/s/twitter/r/1733>`_

* Bug fix: ``UrllibContext`` used ``replace`` as a keyword argument for ``bytes.decode``
but this only works on Python 3. `Pull Request #46 <https://github.com/pantsbuild/pex/pull/46>`_

-----
0.8.5
-----
Expand All @@ -23,7 +26,7 @@ CHANGES
* Performance improvement: Speed up the best-case scenario of dependency resolution.
`RB #1685 <https://rbcommons.com/s/twitter/r/1685>`_

* Bug fix: Change from uuid4().get_hex() to uuid4().hex to maintain Python3
* Bug fix: Change from ``uuid4().get_hex()`` to ``uuid4().hex`` to maintain Python3
compatibility of pex.common.
`Pull Request #39 <https://github.com/pantsbuild/pex/pull/39>`_

Expand Down
2 changes: 1 addition & 1 deletion pex/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.6-dev0'
__version__ = '0.8.6'

0 comments on commit 5e64826

Please sign in to comment.