diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-16 19:05:43 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-12-16 19:05:43 -0500 |
| commit | d8a425e00d05c0cd0896b6e684b18304c6bbf717 (patch) | |
| tree | 327e5ed6a84f940d2510357c9392235145877e91 /CHANGES.txt | |
| parent | cfcfccb6c78490ed368fa08d7ee84418ac4706a6 (diff) | |
| download | python-setuptools-git-d8a425e00d05c0cd0896b6e684b18304c6bbf717.tar.gz | |
In resolve version, always cast to a string (avoiding Unicode on Python 2). Fixes #476.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 4e71bd72..3764d799 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,13 @@ CHANGES ======= +------ +19.1.1 +------ + +* Issue #476: Cast version to string (using default encoding) + to avoid creating Unicode types on Python 2 clients. + ---- 19.1 ---- |
