1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/ea4b7f06272b/ Changeset: ea4b7f06272b User: hpk42 Date: 2015-10-29 13:55:56+00:00 Summary: add changelog Affected #: 4 files
diff -r 3ed5dc353a99acf57859a2dd265b5c2e973480e3 -r ea4b7f06272b7cd8b0861532a566fe9872517e8f CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +2.1.2 (dev) +----------- + +- fix issue265 and add LD_LIBRARY_PATH to passenv on linux by default + because otherwise the python interpreter might not start up in + certain configurations (redhat software collections). Thanks David Riddle. + 2.1.1 ---------- diff -r 3ed5dc353a99acf57859a2dd265b5c2e973480e3 -r ea4b7f06272b7cd8b0861532a566fe9872517e8f setup.py --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ description='virtualenv-based automation of test activities', long_description=open("README.rst").read(), url='http://tox.testrun.org/', - version='2.1.1', + version='2.1.2.dev1', license='http://opensource.org/licenses/MIT', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', diff -r 3ed5dc353a99acf57859a2dd265b5c2e973480e3 -r ea4b7f06272b7cd8b0861532a566fe9872517e8f tox/__init__.py --- a/tox/__init__.py +++ b/tox/__init__.py @@ -1,5 +1,5 @@ # -__version__ = '2.1.1' +__version__ = '2.1.2.dev1' from .hookspecs import hookspec, hookimpl # noqa 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