[Pytest-commit] commit/tox: hpk42: bump version

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon May 11 12:40:45 CEST 2015


1 new commit in tox:

https://bitbucket.org/hpk42/tox/commits/ee38b60cb140/
Changeset:   ee38b60cb140
User:        hpk42
Date:        2015-05-11 10:39:05+00:00
Summary:     bump version
Affected #:  2 files

diff -r 06bb44d51a4c4d02f643da800d47a7197cfab32c -r ee38b60cb1403506c703c30e31107fc594253cfb 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='2.0.0.dev1',
+        version='2.0.0.dev2',
         license='http://opensource.org/licenses/MIT',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
         author='holger krekel',

diff -r 06bb44d51a4c4d02f643da800d47a7197cfab32c -r ee38b60cb1403506c703c30e31107fc594253cfb tox/__init__.py
--- a/tox/__init__.py
+++ b/tox/__init__.py
@@ -1,5 +1,5 @@
 #
-__version__ = '2.0.0.dev1'
+__version__ = '2.0.0.dev2'
 
 from .hookspecs import hookspec, hookimpl  # noqa

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.


More information about the pytest-commit mailing list