summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-15 14:40:17 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-07-15 14:40:17 -0400
commitbae650322899670688e66ff7167cbf1ab34d8dd0 (patch)
tree3a4200394a26d5a0218d070e57c79d9f58ea192a /CHANGES.txt
parent6cd0dbf7751bdce24975f384f5d810f5175b98a6 (diff)
downloadpython-setuptools-git-bae650322899670688e66ff7167cbf1ab34d8dd0.tar.gz
Load version from the file rather than by importing the module (which is subject to variance based on sys.path). Fixes #43.0.9.4
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 010e5615..fa8bd093 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,13 @@ CHANGES
=======
-----
+0.9.4
+-----
+
+* Issue #43: Fix issue (introduced in 0.9.1) with version resolution when
+ upgrading over other releases of Setuptools.
+
+-----
0.9.3
-----