diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-18 20:48:20 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-18 20:48:20 -0500 |
commit | 45ee5d3515f43c022ad4587f31325135c5ce4a3d (patch) | |
tree | f02362bf961a825b9d6cd5b2d8da64714fa49cff | |
parent | e584d52bc8080aa0e1dfec9514068bfef175b7fd (diff) | |
download | python-setuptools-git-12.0.3.tar.gz |
Update changelog12.0.3
-rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e9da34d2..80a9e9c9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,12 @@ CHANGES ======= ------ +12.0.3 +------ + +* Fixed incorrect class attribute in ``install_scripts``. Tests would be nice. + +------ 12.0.2 ------ |