3 new commits in tox: https://bitbucket.org/hpk42/tox/commits/c7155565c89d/ Changeset: c7155565c89d User: hpk42 Date: 2014-03-28 15:19:10 Summary: 1.7.1 quick bugfix release Affected #: 4 files
diff -r a813c18ba50a86e19786eb5b67cc2c4f5bb82418 -r c7155565c89d1bb3684c881ca774d921188223a0 CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -XXX +1.7.1 --------- - fix issue162: don't list python 2.5 as compatibiliy/supported diff -r a813c18ba50a86e19786eb5b67cc2c4f5bb82418 -r c7155565c89d1bb3684c881ca774d921188223a0 README.rst --- a/README.rst +++ b/README.rst @@ -21,5 +21,5 @@ have fun, -holger krekel, January 2014 +holger krekel, 2014 diff -r a813c18ba50a86e19786eb5b67cc2c4f5bb82418 -r c7155565c89d1bb3684c881ca774d921188223a0 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.0', + version='1.7.1', license='http://opensource.org/licenses/MIT', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', diff -r a813c18ba50a86e19786eb5b67cc2c4f5bb82418 -r c7155565c89d1bb3684c881ca774d921188223a0 tox/__init__.py --- a/tox/__init__.py +++ b/tox/__init__.py @@ -1,5 +1,5 @@ # -__version__ = '1.7.0' +__version__ = '1.7.1' class exception: class Error(Exception): https://bitbucket.org/hpk42/tox/commits/d4d44f933aec/ Changeset: d4d44f933aec User: hpk42 Date: 2014-03-28 15:31:58 Summary: Added tag 1.7.1 for changeset c7155565c89d Affected #: 1 file diff -r c7155565c89d1bb3684c881ca774d921188223a0 -r d4d44f933aec4f11c6568c906856ebb95b7d4dac .hgtags --- a/.hgtags +++ b/.hgtags @@ -16,3 +16,4 @@ 33e5e5dff406e699893a65ecd5044d3eee35b69b 1.6.0 2e580ee6feea934cc2e683635abded27c0de0be9 1.6.1 5b4e536b8d3810c791b742b2a8723c53b8d3d720 1.7.0 +c7155565c89d1bb3684c881ca774d921188223a0 1.7.1 https://bitbucket.org/hpk42/tox/commits/da5a5817e35d/ Changeset: da5a5817e35d User: hpk42 Date: 2014-03-28 15:32:27 Summary: bump doc version to 1.7.1 Affected #: 1 file diff -r d4d44f933aec4f11c6568c906856ebb95b7d4dac -r da5a5817e35ddb4b63219b6194f4f215593525fd 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.0" +release = version = "1.7.1" # The full version, including alpha/beta/rc tags. # The language for content autogenerated by Sphinx. Refer to documentation 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