diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-12-15 22:10:07 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-12-15 22:10:07 -0500 |
| commit | 37d5f8a96d4708b336fc8c6655ef4b0789afd6ea (patch) | |
| tree | a8d76c9075144de4755e539c26981210f75875b7 /CHANGES.txt | |
| parent | 02a2d475691af0932df4306b24d101b2880f2e79 (diff) | |
| download | python-setuptools-git-37d5f8a96d4708b336fc8c6655ef4b0789afd6ea.tar.gz | |
Correct regression in upload_docs in syntax adjustment. Fixes #124.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 90e2aaa8..0f587334 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,12 @@ CHANGES ======= +----- +2.0.1 +----- + +* Issue #124: Fixed error in list detection in upload_docs. + --- 2.0 --- |
