2 new commits in tox: https://bitbucket.org/hpk42/tox/commits/c1ae0cd47fde/ Changeset: c1ae0cd47fde User: hpk42 Date: 2015-11-20 12:37:36+00:00 Summary: add changelog entry Affected #: 3 files
diff -r ec6f11289851f9c08e7f5be35dedb0e6adc11506 -r c1ae0cd47fde5c2d4357b4a6e76d3af5f7e97631 CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +2.3.0 (unreleased) +----- + +- allow "#" in commands. This is slightly incompatible with commands + sections that used a comment after a "\" line continuation. + Thanks David Stanek for the PR. + + 2.2.1 ----- diff -r ec6f11289851f9c08e7f5be35dedb0e6adc11506 -r c1ae0cd47fde5c2d4357b4a6e76d3af5f7e97631 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.2.1', + version='2.3.0.dev1', license='http://opensource.org/licenses/MIT', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', diff -r ec6f11289851f9c08e7f5be35dedb0e6adc11506 -r c1ae0cd47fde5c2d4357b4a6e76d3af5f7e97631 tox/__init__.py --- a/tox/__init__.py +++ b/tox/__init__.py @@ -1,5 +1,5 @@ # -__version__ = '2.2.1' +__version__ = '2.3.0.dev1' from .hookspecs import hookspec, hookimpl # noqa https://bitbucket.org/hpk42/tox/commits/569f3abbc262/ Changeset: 569f3abbc262 User: hpk42 Date: 2015-11-20 21:29:28+00:00 Summary: fix issue289: fix build_sphinx target, thanks Barry Warsaw. Affected #: 2 files diff -r c1ae0cd47fde5c2d4357b4a6e76d3af5f7e97631 -r 569f3abbc262c7ec203d9a2e6bd38a14f13d410b CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,8 @@ sections that used a comment after a "\" line continuation. Thanks David Stanek for the PR. +- fix issue289: fix build_sphinx target, thanks Barry Warsaw. + 2.2.1 ----- diff -r c1ae0cd47fde5c2d4357b4a6e76d3af5f7e97631 -r 569f3abbc262c7ec203d9a2e6bd38a14f13d410b setup.cfg --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [build_sphinx] -source-dir = doc/en/ +source-dir = doc/ build-dir = doc/build all_files = 1 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