summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-06-14 14:41:05 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-06-14 14:41:05 -0400
commit6401988885a42d3f4c612c20973948b7b4cab7a5 (patch)
treef1c01340424c20471119e6949fc505c2c21b13a6 /CHANGES.txt
parent35d3732c71a391367bb2f77d3cec1b254daa2287 (diff)
downloadpython-setuptools-git-6401988885a42d3f4c612c20973948b7b4cab7a5.tar.gz
Rename script template to use .tmpl extensions.
--HG-- rename : setuptools/script template (dev).py => setuptools/script (dev).tmpl rename : setuptools/script template.py => setuptools/script.tmpl
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 94689f0a..6186edc9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,13 @@
CHANGES
=======
+-----
+5.0.1
+-----
+
+* Renamed script templates to end with .tmpl now that they no longer need
+ to be processed by 2to3. Fixes spurious syntax errors during build/install.
+
---
5.0
---