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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Sep 24 16:28:04 CEST 2014


1 new commit in tox:

https://bitbucket.org/hpk42/tox/commits/73185db55d67/
Changeset:   73185db55d67
User:        hpk42
Date:        2014-09-24 14:27:55+00:00
Summary:     bump to dev version
Affected #:  2 files

diff -r 2da3bf39df5974a533f721da9b015e0b146ef927 -r 73185db55d671a386d617958076d95a88f602328 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.8.0',
+        version='1.8.1.dev1',
         license='http://opensource.org/licenses/MIT',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
         author='holger krekel',

diff -r 2da3bf39df5974a533f721da9b015e0b146ef927 -r 73185db55d671a386d617958076d95a88f602328 tox/__init__.py
--- a/tox/__init__.py
+++ b/tox/__init__.py
@@ -1,5 +1,5 @@
 #
-__version__ = '1.8.0'
+__version__ = '1.8.1.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.


More information about the pytest-commit mailing list