1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/1aadfbd68cff/ Changeset: 1aadfbd68cff User: hpk42 Date: 2013-04-30 16:57:31 Summary: add changelog entry for fix of issue97 - allow substitutions to reference from other sections (thanks Krisztian Fekete) Affected #: 5 files
diff -r 5603e77786d87525364e0006c0cd16fc1654b772 -r 1aadfbd68cfff77e57ef36ffb8ec5a54b40217d8 CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ 1.5.0.dev ----------------- +- fix issue97 - allow substitutions to reference from other sections + (thanks Krisztian Fekete) + - fix issue92 - fix {envsitepackagesdir} to actually work again - re-license tox to MIT license diff -r 5603e77786d87525364e0006c0cd16fc1654b772 -r 1aadfbd68cfff77e57ef36ffb8ec5a54b40217d8 CONTRIBUTORS --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,7 @@ contributions: +Krisztian Fekete Marc Abramowitz Sridhar Ratnakumar Chris Rose diff -r 5603e77786d87525364e0006c0cd16fc1654b772 -r 1aadfbd68cfff77e57ef36ffb8ec5a54b40217d8 setup.py --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ description='virtualenv-based automation of test activities', long_description=long_description, url='http://tox.testrun.org/', - version='1.5.dev6', + version='1.5.dev7', license='http://opensource.org/licenses/MIT', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', diff -r 5603e77786d87525364e0006c0cd16fc1654b772 -r 1aadfbd68cfff77e57ef36ffb8ec5a54b40217d8 tox/__init__.py --- a/tox/__init__.py +++ b/tox/__init__.py @@ -1,5 +1,5 @@ # -__version__ = '1.5.dev6' +__version__ = '1.5.dev7' class exception: class Error(Exception): diff -r 5603e77786d87525364e0006c0cd16fc1654b772 -r 1aadfbd68cfff77e57ef36ffb8ec5a54b40217d8 toxbootstrap.py --- a/toxbootstrap.py +++ b/toxbootstrap.py @@ -58,7 +58,7 @@ """ -__version__ = '1.5.0.dev2' +__version__ = '1.5.dev7' import sys import os 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 http://mail.python.org/mailman/listinfo/pytest-commit