3 new commits in tox: https://bitbucket.org/hpk42/tox/commits/7ccc0b0bd25e/ Changeset: 7ccc0b0bd25e User: hpk42 Date: 2015-03-23 09:25:16+00:00 Summary: bump to version 1.9.1 Affected #: 3 files
diff -r 9d3605e2389a042f246b8720bdf7fdcaa9ff0a17 -r 7ccc0b0bd25e1e01dfd861b890ada69042a32c3a CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -1,13 +1,14 @@ -DEV +1.9.1 ----------- - use a file instead of a pipe for command output in "--result-json". + Fixes some termination issues with python2.6. - allow --force-deps to override dependencies in "-r" requirements files. Thanks Sontek for the PR. - fix issue227: use "-m virtualenv" instead of "-mvirtualenv" to make - it work with pyrun. + it work with pyrun. Thanks Marc-Andre Lemburg. 1.9.0 diff -r 9d3605e2389a042f246b8720bdf7fdcaa9ff0a17 -r 7ccc0b0bd25e1e01dfd861b890ada69042a32c3a setup.py --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ description='virtualenv-based automation of test activities', long_description=open("README.rst").read(), url='http://tox.testrun.org/', - version='1.9.1.dev2', + version='1.9.1', license='http://opensource.org/licenses/MIT', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', diff -r 9d3605e2389a042f246b8720bdf7fdcaa9ff0a17 -r 7ccc0b0bd25e1e01dfd861b890ada69042a32c3a tox/__init__.py --- a/tox/__init__.py +++ b/tox/__init__.py @@ -1,5 +1,5 @@ # -__version__ = '1.9.1.dev2' +__version__ = '1.9.1' class exception: class Error(Exception): https://bitbucket.org/hpk42/tox/commits/1a5fba5b9e15/ Changeset: 1a5fba5b9e15 User: hpk42 Date: 2015-03-23 09:29:08+00:00 Summary: Added tag 1.9.1 for changeset 7ccc0b0bd25e Affected #: 1 file diff -r 7ccc0b0bd25e1e01dfd861b890ada69042a32c3a -r 1a5fba5b9e154a66a66c7384b05b678dab234ab8 .hgtags --- a/.hgtags +++ b/.hgtags @@ -21,3 +21,4 @@ b7374e501bde055c5c2b572e6512d22e10f60088 1.8.0 2aa9b587d12ae4b325cb4d5a9a801a222ffc328c 1.8.1 ad64513cf6bf0ef99a4a11678aa3260d8078976f 1.9.0 +7ccc0b0bd25e1e01dfd861b890ada69042a32c3a 1.9.1 https://bitbucket.org/hpk42/tox/commits/7afd77a31d4f/ Changeset: 7afd77a31d4f User: hpk42 Date: 2015-03-23 09:29:01+00:00 Summary: bump version Affected #: 3 files diff -r 1a5fba5b9e154a66a66c7384b05b678dab234ab8 -r 7afd77a31d4fc4c150fd039aaf521d26eb1becc2 CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +DEV +----------- + 1.9.1 ----------- diff -r 1a5fba5b9e154a66a66c7384b05b678dab234ab8 -r 7afd77a31d4fc4c150fd039aaf521d26eb1becc2 setup.py --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ description='virtualenv-based automation of test activities', long_description=open("README.rst").read(), url='http://tox.testrun.org/', - version='1.9.1', + version='1.9.2.dev1', license='http://opensource.org/licenses/MIT', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', diff -r 1a5fba5b9e154a66a66c7384b05b678dab234ab8 -r 7afd77a31d4fc4c150fd039aaf521d26eb1becc2 tox/__init__.py --- a/tox/__init__.py +++ b/tox/__init__.py @@ -1,5 +1,5 @@ # -__version__ = '1.9.1' +__version__ = '1.9.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