2 new commits in tox: https://bitbucket.org/hpk42/tox/commits/e319e464470a/ Changeset: e319e464470a User: hpk42 Date: 2014-07-15 09:53:42 Summary: bump version and release 1.7.2 Affected #: 5 files
diff -r 18901cb31482da6c4db6ed312287f115e9ca5a41 -r e319e464470a5885505ab3e1da1a3a7abe5f86e2 CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -development +1.7.2 ----------- - fix issue150: parse {posargs} more like we used to do it pre 1.7.0. diff -r 18901cb31482da6c4db6ed312287f115e9ca5a41 -r e319e464470a5885505ab3e1da1a3a7abe5f86e2 doc/conf.py --- a/doc/conf.py +++ b/doc/conf.py @@ -48,7 +48,7 @@ # built documents. # # The short X.Y version. -release = version = "1.7.1" +release = version = "1.7.2" # The full version, including alpha/beta/rc tags. # The language for content autogenerated by Sphinx. Refer to documentation diff -r 18901cb31482da6c4db6ed312287f115e9ca5a41 -r e319e464470a5885505ab3e1da1a3a7abe5f86e2 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.7.2.dev1', + version='1.7.2', license='http://opensource.org/licenses/MIT', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', diff -r 18901cb31482da6c4db6ed312287f115e9ca5a41 -r e319e464470a5885505ab3e1da1a3a7abe5f86e2 tests/test_venv.py --- a/tests/test_venv.py +++ b/tests/test_venv.py @@ -584,7 +584,7 @@ mocksession.report.not_expect("warning", "*test command found but not*") monkeypatch.setenv("PATH", str(tmpdir)) x4 = venv.getcommandpath("x", cwd=tmpdir) - assert x4.endswith('/x') + assert x4.endswith(os.sep + 'x') mocksession.report.expect("warning", "*test command found but not*") def test_sethome_only_on_option(newmocksession, monkeypatch): diff -r 18901cb31482da6c4db6ed312287f115e9ca5a41 -r e319e464470a5885505ab3e1da1a3a7abe5f86e2 tox/__init__.py --- a/tox/__init__.py +++ b/tox/__init__.py @@ -1,5 +1,5 @@ # -__version__ = '1.7.2.dev1' +__version__ = '1.7.2' class exception: class Error(Exception): https://bitbucket.org/hpk42/tox/commits/27b38ca7904a/ Changeset: 27b38ca7904a User: hpk42 Date: 2014-07-15 09:53:44 Summary: Added tag 1.7.2 for changeset e319e464470a Affected #: 1 file diff -r e319e464470a5885505ab3e1da1a3a7abe5f86e2 -r 27b38ca7904a514f5b9e51e3570fac218b522737 .hgtags --- a/.hgtags +++ b/.hgtags @@ -17,3 +17,4 @@ 2e580ee6feea934cc2e683635abded27c0de0be9 1.6.1 5b4e536b8d3810c791b742b2a8723c53b8d3d720 1.7.0 c7155565c89d1bb3684c881ca774d921188223a0 1.7.1 +e319e464470a5885505ab3e1da1a3a7abe5f86e2 1.7.2 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