summaryrefslogtreecommitdiff
path: root/tox/__init__.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-10-10 11:07:50 +0200
committerholger krekel <holger@merlinux.eu>2013-10-10 11:07:50 +0200
commit7328cbbd408cd94c704ba6a932051ecce5751ba3 (patch)
tree89b422b125c0cbd5160d286cd6e9036c4d056e9e /tox/__init__.py
parentc184d6045d8ef6851e03e2c733327151b5c286eb (diff)
downloadtox-7328cbbd408cd94c704ba6a932051ecce5751ba3.tar.gz
fix issue128: enable full substitution in install_command,
thanks for the PR to Ronald Evers
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 2aebea5..79b9cd3 100644
--- a/tox/__init__.py
+++ b/tox/__init__.py
@@ -1,5 +1,5 @@
#
-__version__ = '1.6.1'
+__version__ = '1.6.2.dev1'
class exception:
class Error(Exception):