diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2011-10-06 10:57:28 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2011-10-06 10:57:28 -0400 |
commit | 837d8866a41ffe9d035b65361513ab06dc964a27 (patch) | |
tree | e016d15efb256e95e326e1c6b8587ce9b464f46f | |
parent | c2389b351fe071241bf68ec9d43a9fd384e84181 (diff) | |
download | external_python_setuptools-837d8866a41ffe9d035b65361513ab06dc964a27.tar.gz external_python_setuptools-837d8866a41ffe9d035b65361513ab06dc964a27.tar.bz2 external_python_setuptools-837d8866a41ffe9d035b65361513ab06dc964a27.zip |
Updated CHANGES to reflect that 0.6.22 was never tagged/released.
--HG--
branch : distribute
extra : rebase_source : d29f1577e0e39e6d881b148a6f78cc848ddab07d
-rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index a5b4f2bb..85b1c269 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -21,12 +21,7 @@ CHANGES * Issue #238: easy_install now uses 64bit executable wrappers on 64bit Python * Issue #208: Fixed parsed_versions, it now honors post-releases as noted in the documentation * Issue #207: Windows cli and gui wrappers pass CTRL-C to child python process -* Issue #227: easy_install now passe its arguments to setup.py bdist_egg - ------- -0.6.22 ------- - +* Issue #227: easy_install now passes its arguments to setup.py bdist_egg * Issue #225: Fixed a NameError on Python 2.5, 2.4 ------ |