diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-16 08:10:00 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-16 08:10:00 -0500 |
commit | 45886d57aaf2e5d065d88f303577f668c2a2b1ca (patch) | |
tree | c20de02bc111ad03b3c135953bc9319dbc08fc98 | |
parent | 699b0236a09dc77c1268f116c504f85d1c5164f2 (diff) | |
download | python-setuptools-bitbucket-19.1.tar.gz |
Update changelog to reference ticket19.1
-rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index f68cd418..4e71bd72 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,7 +7,8 @@ CHANGES 19.1 ---- -* The bootstrap script ``ez_setup.py`` now automatically detects +* Issue #215: The bootstrap script ``ez_setup.py`` now + automatically detects the latest version of setuptools (using PyPI JSON API) rather than hard-coding a particular value. * Issue #475: Fix incorrect usage in _translate_metadata2. |