diff options
author | holger krekel <holger@merlinux.eu> | 2015-03-24 07:56:53 +0100 |
---|---|---|
committer | holger krekel <holger@merlinux.eu> | 2015-03-24 07:56:53 +0100 |
commit | cb9b7620e8fb497741462a032b239082c878d35a (patch) | |
tree | c2ce9c916778f1516ae2e620c4e6ad1473343d5e | |
parent | 0dd01de79306ab9c691bf6fcb76b52bf2cc5f682 (diff) | |
download | tox-cb9b7620e8fb497741462a032b239082c878d35a.tar.gz |
bump version
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | setup.py | 2 | ||||
-rw-r--r-- | tox/__init__.py | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +dev +----------- + +- + + 1.9.2 ----------- @@ -26,7 +26,7 @@ def main(): 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 --git a/tox/__init__.py b/tox/__init__.py index 2cc85ab..c206441 100644 --- 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): |