diff options
author | holger krekel <holger@merlinux.eu> | 2015-11-11 15:58:33 +0100 |
---|---|---|
committer | holger krekel <holger@merlinux.eu> | 2015-11-11 15:58:33 +0100 |
commit | 715a217fb928a54070192a653fa585948b619d13 (patch) | |
tree | 9e61d9bce1f23f41e7464c565b30f55efa640aab /tox/__init__.py | |
parent | 86065b7d59bfabc00eeec3cd50d31885c5cadfe6 (diff) | |
download | tox-715a217fb928a54070192a653fa585948b619d13.tar.gz |
fix setenv/substitution bug2.2.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 d623f38..c1e74fb 100644 --- a/tox/__init__.py +++ b/tox/__init__.py @@ -1,5 +1,5 @@ # -__version__ = '2.2.0' +__version__ = '2.2.1' from .hookspecs import hookspec, hookimpl # noqa |