summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>2013-12-20 22:09:39 +0100
committerArfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com>2013-12-20 22:09:39 +0100
commit03882a7d0d48dd842f95a2644d33f63d31f1e8a8 (patch)
tree664c49ac4790cd86c80a6647e02a582d14af4e4e /CHANGES.txt
parent9eb9ea1b62b34d83504d0331783a2947985cf0e4 (diff)
downloadpython-setuptools-git-03882a7d0d48dd842f95a2644d33f63d31f1e8a8.tar.gz
Fix NameError during installation with Python implementations (e.g. Jython) not containing parser module.
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 0f587334..2db678f7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,13 @@ CHANGES
=======
-----
+2.0.2
+-----
+
+* Fix NameError during installation with Python implementations (e.g. Jython)
+ not containing parser module.
+
+-----
2.0.1
-----