summaryrefslogtreecommitdiff
path: root/tox/__init__.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 /tox/__init__.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 'tox/__init__.py')
-rw-r--r--tox/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox/__init__.py b/tox/__init__.py
index e12f703..775ed11 100644
--- a/tox/__init__.py
+++ b/tox/__init__.py
@@ -1,5 +1,5 @@
#
-__version__ = '1.8.0.dev1'
+__version__ = '1.8.0.dev2'
class exception:
class Error(Exception):