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 /setup.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 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ def main(): description='virtualenv-based automation of test activities', long_description=open("README.rst").read(), url='http://tox.testrun.org/', - version='2.3.0.dev3', + version='2.3.1', license='http://opensource.org/licenses/MIT', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', |