diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-03 10:57:28 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-06-03 10:57:28 -0400 |
commit | ee9f6452378fe46b0cef14ceee7a83a4922505dc (patch) | |
tree | 19f403ac86c3d57755d6fc420eb5bbbc48921e15 | |
parent | ef75b8b873d459003cbf90d320d5941cc82f9405 (diff) | |
download | external_python_setuptools-ee9f6452378fe46b0cef14ceee7a83a4922505dc.tar.gz external_python_setuptools-ee9f6452378fe46b0cef14ceee7a83a4922505dc.tar.bz2 external_python_setuptools-ee9f6452378fe46b0cef14ceee7a83a4922505dc.zip |
Update changelog0.7.1
-rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 74e28d6e..bd1e29da 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,12 @@ CHANGES ======= +----- +0.7.1 +----- + +* Fix NameError (Issue #3) again - broken in bad merge. + --- 0.7 --- |