1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/df35850bb8d3/ Changeset: df35850bb8d3 User: hpk42 Date: 2013-10-10 11:07:50 Summary: fix issue128: enable full substitution in install_command, thanks for the PR to Ronald Evers Affected #: 3 files
diff -r 5973025ae7f92c103d063e79b367afd43a348d4b -r df35850bb8d3d8a482f4415a6cab86dad23c951a CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +1.6.2.dev +--------- + +- fix issue128: enable full substitution in install_command, + thanks for the PR to Ronald Evers + 1.6.1 ----- diff -r 5973025ae7f92c103d063e79b367afd43a348d4b -r df35850bb8d3d8a482f4415a6cab86dad23c951a setup.py --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ description='virtualenv-based automation of test activities', long_description=open("README.rst").read(), url='http://tox.testrun.org/', - version='1.6.1', + version='1.6.2.dev1', license='http://opensource.org/licenses/MIT', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', diff -r 5973025ae7f92c103d063e79b367afd43a348d4b -r df35850bb8d3d8a482f4415a6cab86dad23c951a tox/__init__.py --- a/tox/__init__.py +++ b/tox/__init__.py @@ -1,5 +1,5 @@ # -__version__ = '1.6.1' +__version__ = '1.6.2.dev1' class exception: class Error(Exception): Repository URL: https://bitbucket.org/hpk42/tox/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit