2 new commits in tox: https://bitbucket.org/hpk42/tox/commits/25c76c46dbdd/ Changeset: 25c76c46dbdd User: hpk42 Date: 2015-06-19 13:29:21+00:00 Summary: prepare 2.1.0 release Affected #: 4 files
diff -r 9416611f7bf93c4c85bb48ed2f5f4fe4f3151f97 -r 25c76c46dbdd91126d2c6696cc1b4e97db6588f6 doc/conf.py --- a/doc/conf.py +++ b/doc/conf.py @@ -48,8 +48,8 @@ # built documents. # # The short X.Y version. -release = "2.0" -version = "2.0.1" +release = "2.1" +version = "2.1.0" # The full version, including alpha/beta/rc tags. # The language for content autogenerated by Sphinx. Refer to documentation diff -r 9416611f7bf93c4c85bb48ed2f5f4fe4f3151f97 -r 25c76c46dbdd91126d2c6696cc1b4e97db6588f6 doc/config.txt --- a/doc/config.txt +++ b/doc/config.txt @@ -206,6 +206,10 @@ ``TMPDIR`` will be passed down. You can override these variables with the ``setenv`` option. + If defined the ``TOX_TESTENV_PASSENV`` environment variable (in the tox + invocation environment) can define additional space-separated variable + names that are to be passed down to the test command environment. + .. confval:: recreate=True|False(default) Always recreate virtual environment if this option is True. diff -r 9416611f7bf93c4c85bb48ed2f5f4fe4f3151f97 -r 25c76c46dbdd91126d2c6696cc1b4e97db6588f6 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.0.dev2', + version='2.1.0', license='http://opensource.org/licenses/MIT', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', diff -r 9416611f7bf93c4c85bb48ed2f5f4fe4f3151f97 -r 25c76c46dbdd91126d2c6696cc1b4e97db6588f6 tox/__init__.py --- a/tox/__init__.py +++ b/tox/__init__.py @@ -1,5 +1,5 @@ # -__version__ = '2.1.0.dev2' +__version__ = '2.1.0' from .hookspecs import hookspec, hookimpl # noqa https://bitbucket.org/hpk42/tox/commits/fb8ff963c77a/ Changeset: fb8ff963c77a User: hpk42 Date: 2015-06-19 14:08:41+00:00 Summary: Added tag 2.1.0 for changeset 25c76c46dbdd Affected #: 1 file diff -r 25c76c46dbdd91126d2c6696cc1b4e97db6588f6 -r fb8ff963c77a5e9189559597cf45cca2a88c03a0 .hgtags --- a/.hgtags +++ b/.hgtags @@ -26,3 +26,4 @@ b7e498efd0ecd543a870431ea8d34f2882d5ace8 2.0.0 2897c9e3a019ee29948cbeda319ffac0e6902053 2.0.1 82561ff2cbf48d8bf5be1384f5f3bd04c805fd30 2.0.2 +25c76c46dbdd91126d2c6696cc1b4e97db6588f6 2.1.0 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