1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/45733e7d58f2/ Changeset: 45733e7d58f2 User: hpk42 Date: 2015-03-24 06:56:53+00:00 Summary: bump version Affected #: 3 files
diff -r 0ef1427db3193109a817d08806e4d7b80d9d9319 -r 45733e7d58f2617938fd2e9dd0c64860785b3974 CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +dev +----------- + +- + + 1.9.2 ----------- diff -r 0ef1427db3193109a817d08806e4d7b80d9d9319 -r 45733e7d58f2617938fd2e9dd0c64860785b3974 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.2', + version='1.9.3.dev1', license='http://opensource.org/licenses/MIT', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', diff -r 0ef1427db3193109a817d08806e4d7b80d9d9319 -r 45733e7d58f2617938fd2e9dd0c64860785b3974 tox/__init__.py --- a/tox/__init__.py +++ b/tox/__init__.py @@ -1,5 +1,5 @@ # -__version__ = '1.9.2' +__version__ = '1.9.3.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