summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-12-09 16:16:36 +0100
committerholger krekel <holger@merlinux.eu>2013-12-09 16:16:36 +0100
commit910045779225c9891fadff7c1a18572a02df20ae (patch)
tree04a7ac719eb78a73b8f45ee0c5bc3c2c43ff900b
parentb0234b123c89bb51c306200a792d70a8d84ef872 (diff)
downloadtox-910045779225c9891fadff7c1a18572a02df20ae.tar.gz
bump to 1.7.0.dev1
-rw-r--r--setup.py2
-rw-r--r--tox/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 2d0114c..ecce413 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ def main():
description='virtualenv-based automation of test activities',
long_description=open("README.rst").read(),
url='http://tox.testrun.org/',
- version='1.6.2.dev2',
+ version='1.7.0.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 b383e94..0c62362 100644
--- a/tox/__init__.py
+++ b/tox/__init__.py
@@ -1,5 +1,5 @@
#
-__version__ = '1.6.2.dev2'
+__version__ = '1.7.0.dev1'
class exception:
class Error(Exception):