diff options
author | holger krekel <holger@merlinux.eu> | 2014-01-29 14:03:13 +0100 |
---|---|---|
committer | holger krekel <holger@merlinux.eu> | 2014-01-29 14:03:13 +0100 |
commit | 6e0c35f06044848b7d2015c36b77c25ae2576025 (patch) | |
tree | c04a86c1ae883b705562c558b9a207d7b37b4949 /CHANGELOG | |
parent | b33b1f5d79634e4b214d3a8c7ca110cd4b77349b (diff) | |
download | tox-6e0c35f06044848b7d2015c36b77c25ae2576025.tar.gz |
try to go for 1.7.01.7.0
Diffstat (limited to 'CHANGELOG')
-rwxr-xr-x | CHANGELOG | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -1.7.0.dev +1.7.0 --------- - don't lookup "pip-script" anymore but rather just "pip" on windows @@ -27,7 +27,7 @@ to allow installation of tox via easy_install/eggs. Thanks Jenisys. -- fix issue126: depend on virtualenv>=1.11.1 so that we can rely +- fix issue126: depend on virtualenv>=1.11.2 so that we can rely (hopefully) on a pip version which supports --pre. (tox by default uses to --pre). also merged in PR84 so that we now call "virtualenv" directly instead of looking up interpreters. Thanks Ionel Maries Cristian. |