summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2014-09-23 16:04:03 +0200
committerholger krekel <holger@merlinux.eu>2014-09-23 16:04:03 +0200
commitd5d42e21988896981f2028b1d986f13c3b5cbeb8 (patch)
tree38480a073fd1811a07105d76a08f09a0237d0bfd /setup.py
parent809e11e42c0526fc1893e940b68c8011cf368459 (diff)
downloadtox-d5d42e21988896981f2028b1d986f13c3b5cbeb8.tar.gz
fix issue188 make boolean config vars use the default if the config file
specifies an empty string
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f8390bb..a9ba348 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.8.0.dev1',
+ version='1.8.0.dev2',
license='http://opensource.org/licenses/MIT',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel',