diff options
author | holger krekel <holger@merlinux.eu> | 2015-12-14 12:01:15 +0100 |
---|---|---|
committer | holger krekel <holger@merlinux.eu> | 2015-12-14 12:01:15 +0100 |
commit | 8ddad172739638b930b0752e40f9fba681005aee (patch) | |
tree | 83f0ba1f60dcae8848c41507851c810fe0115929 /tox/__init__.py | |
parent | bbaf73824cfe0c5268aecc44cd9e61cceac9996d (diff) | |
download | tox-8ddad172739638b930b0752e40f9fba681005aee.tar.gz |
fix issue294: re-allow cross-section substitution for setenv setting.2.3.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 0e69ae9..053386b 100644 --- a/tox/__init__.py +++ b/tox/__init__.py @@ -1,5 +1,5 @@ # -__version__ = '2.3.0.dev3' +__version__ = '2.3.1' from .hookspecs import hookspec, hookimpl # noqa |