diff options
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-x | setuptools.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt index 7cfc3815..42e81d32 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -2563,6 +2563,11 @@ XXX Release Notes/Change History ---------------------------- +0.6c2 + * The ``ez_setup`` module displays the conflicting version of setuptools (and + its installation location) when a script requests a version that's not + available. + 0.6c1 * Fixed ``AttributeError`` when trying to download a ``setup_requires`` dependency when a distribution lacks a ``dependency_links`` setting. |