diff options
author | holger krekel <holger@merlinux.eu> | 2014-01-23 08:48:15 +0100 |
---|---|---|
committer | holger krekel <holger@merlinux.eu> | 2014-01-23 08:48:15 +0100 |
commit | 8fe7aea656a036385b75303354652ee4dedfb96a (patch) | |
tree | 4cdd3e80fa5279c176a21e5b7cd798528d78e69e /tox/__init__.py | |
parent | 78af77534d97e423a39b903cba5cf22a0bd0d3fc (diff) | |
download | tox-git-8fe7aea656a036385b75303354652ee4dedfb96a.tar.gz |
fix issue140: depend on virtualenv>=1.11.1
Diffstat (limited to 'tox/__init__.py')
-rw-r--r-- | tox/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tox/__init__.py b/tox/__init__.py index 0c623624..b0e2267b 100644 --- a/tox/__init__.py +++ b/tox/__init__.py @@ -1,5 +1,5 @@ # -__version__ = '1.7.0.dev1' +__version__ = '1.7.0.dev2' class exception: class Error(Exception): |