diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-29 11:40:57 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-29 11:40:57 -0400 |
commit | 9e7f35fec4178dea678693cb768b6076d45e7ddd (patch) | |
tree | f459f6767d08134dc173ceb05a04e568dff397bf | |
parent | 2024eed40b8168372becc15e5c9c6f6125327af6 (diff) | |
download | external_python_setuptools-9e7f35fec4178dea678693cb768b6076d45e7ddd.tar.gz external_python_setuptools-9e7f35fec4178dea678693cb768b6076d45e7ddd.tar.bz2 external_python_setuptools-9e7f35fec4178dea678693cb768b6076d45e7ddd.zip |
Update changelog. Fixes #262. Re-opens #118.6.0.2
-rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 419c3c2b..0f5e56f4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,13 @@ CHANGES ======= ----- +6.0.2 +----- + +* Issue #262: Fixed regression in pip install due to egg-info directories + being omitted. Re-opens Issue #118. + +----- 6.0.1 ----- |