diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 08:23:00 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-02 08:23:00 -0400 |
| commit | a6f5642c86af003b1dce6299c2d9a941b2bd63f2 (patch) | |
| tree | 918167309aa6b16980827c4376c7fd3dbbe85e8d /CHANGES.txt | |
| parent | 1ba56e8ddabe69b7837307f260a6b5e2f1c0b7c2 (diff) | |
| download | python-setuptools-git-a6f5642c86af003b1dce6299c2d9a941b2bd63f2.tar.gz | |
Correct AttributeError
--HG--
branch : distribute
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 42a5c3af..de4fa77c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,13 @@ CHANGES ======= ------ +0.6.47 +------ + +* Correct AttributeError in ``ResourceManager.get_cache_path`` introduced in + 0.6.46. + +------ 0.6.46 ------ |
