Commit c2389b35 authored by Jason R. Coombs's avatar Jason R. Coombs

Updated changelog to reflect change in proper revision

--HG--
branch : distribute
extra : rebase_source : cf900f1bec43dfd946065d1acc6ce88c726319a2
parent 694a9231
......@@ -2,6 +2,12 @@
CHANGES
=======
------
0.6.24
------
* Issue #249: Added options to exclude 2to3 fixers
------
0.6.23
------
......@@ -16,7 +22,6 @@ CHANGES
* 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
* Issue #249: Added options to exclude 2to3 fixers
------
0.6.22
......
......@@ -33,7 +33,7 @@ depends.txt = setuptools.command.egg_info:warn_depends_obsolete
[console_scripts]
easy_install = setuptools.command.easy_install:main
easy_install-2.6 = setuptools.command.easy_install:main
easy_install-2.7 = setuptools.command.easy_install:main
[setuptools.file_finders]
svn_cvs = setuptools.command.sdist:_default_revctrl
......@@ -42,6 +42,7 @@ svn_cvs = setuptools.command.sdist:_default_revctrl
dependency_links = setuptools.dist:assert_string_list
entry_points = setuptools.dist:check_entry_points
extras_require = setuptools.dist:check_extras
use_2to3_exclude_fixers = setuptools.dist:assert_string_list
package_data = setuptools.dist:check_package_data
install_requires = setuptools.dist:check_requirements
use_2to3 = setuptools.dist:assert_bool
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment