diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-09-03 22:46:55 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-09-03 22:46:55 -0400 |
| commit | ca3e8a370652c0735cb3921d43152e1014bbd946 (patch) | |
| tree | a6cd3f3f6b893dbfc3f4eaae1a94e0932bfedba3 /CHANGES.txt | |
| parent | aa3e70d8a887dc71ecc8170d04a623fa5542360f (diff) | |
| download | python-setuptools-git-ca3e8a370652c0735cb3921d43152e1014bbd946.tar.gz | |
Correct AttributeError in upload command on Python 2.4. Fixes #76
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 5a739571..b0d0da3e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,12 +2,13 @@ CHANGES ======= ----- -next ----- +----- +1.1.1 +----- * Issue #75: Add ``--insecure`` option to ez_setup.py to accommodate environments where a trusted SSL connection cannot be validated. +* Issue #76: Fix AttributeError in upload command with Python 2.4. --- 1.1 |
