summaryrefslogtreecommitdiff
path: root/tox/__init__.py
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2013-08-13 23:34:12 +0200
committerholger krekel <holger@merlinux.eu>2013-08-13 23:34:12 +0200
commit561f7d3a0809b289ddb6622fb710eb19965f761a (patch)
treeac995f6c3a9c4d871448b966e026e621d984f26c /tox/__init__.py
parentc08e799a9e7cd799f6862839baabaae9b361f73b (diff)
downloadtox-561f7d3a0809b289ddb6622fb710eb19965f761a.tar.gz
during installation of packages HOME is now set to a pseudo
location (envtmpdir/pseudo-home). Also, if an index url was specified a .pydistutils.cfg file will be written so that index_url is set if a package contains a ``setup_requires``.
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 90012e1..145a89d 100644
--- a/tox/__init__.py
+++ b/tox/__init__.py
@@ -1,5 +1,5 @@
#
-__version__ = '1.6rc1'
+__version__ = '1.6rc2'
class exception:
class Error(Exception):