diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-12-29 10:36:02 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-12-29 10:36:02 -0500 |
commit | e94241196cc546ab4a65b125066c7fab629b8fd3 (patch) | |
tree | e5cd8e1df7211baeba0d98eb29d05b37cc7121ae | |
parent | a6e117077df2d6bac6032063c2fdf3d891f2dbd0 (diff) | |
download | python-setuptools-git-2.0.2.tar.gz |
Update changelog2.0.2
-rw-r--r-- | CHANGES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 2db678f7..1ced30f8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,6 +8,7 @@ CHANGES * Fix NameError during installation with Python implementations (e.g. Jython) not containing parser module. +* Fix NameError in ``sdist:re_finder``. ----- 2.0.1 |