Skip to content

Commit

Permalink
Mint 0.8.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
wickman committed Dec 2, 2014
1 parent caa3279 commit 443d337
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
CHANGES
=======

----------
0.8.0.dev0
----------
-----
0.8.0
-----

* *API change*: Decouple translation from package iteration. This removes
the Obtainer construct entirely, which likely means if you're using PEX as
Expand All @@ -29,7 +29,7 @@ CHANGES
`RB #1303 <https://rbcommons.com/s/twitter/r/1303/>`_

* Make pex --version correct.
`Issue #19 <https://github.com/pantsbuild/pex/issues/19`_
`Issue #19 <https://github.com/pantsbuild/pex/issues/19>`_

* Bug fix: Fix over-aggressive sys.modules scrubbing for namespace packages. Under
certain circumstances, namespace packages in site-packages could conflict with packages
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.0.dev0'
__version__ = '0.8.0'
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ commands = pex {posargs:}
commands = pex {posargs:}

[testenv:py27-package]
commands = pex -s . -r setuptools -r wheel -o dist/pex -e pex.bin.pex:main -v
commands = pex -s . -r setuptools -r wheel -r requests -o dist/pex -e pex.bin.pex:main -v

[testenv:py34-package]
commands = pex -s . -r setuptools -r wheel -o dist/pex -e pex.bin.pex:main -v
commands = pex -s . -r setuptools -r wheel -r requests -o dist/pex -e pex.bin.pex:main -v

# Would love if you didn't have to enumerate environments here :-\
[testenv:py26]
Expand Down

0 comments on commit 443d337

Please sign in to comment.