aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES5
-rw-r--r--mako/__init__.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 970a91b..e6154c2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+0.7.4
+- [feature] Added future_imports parameter to Template
+ and TemplateLookup, renders the __future__ header
+ with desired capabilities at the top of the generated
+ template module. Courtesy Ben Trofatter.
0.7.3
- [bug] legacy_html_escape function, used when
diff --git a/mako/__init__.py b/mako/__init__.py
index c105665..9fa860d 100644
--- a/mako/__init__.py
+++ b/mako/__init__.py
@@ -5,5 +5,5 @@
# the MIT License: http://www.opensource.org/licenses/mit-license.php
-__version__ = '0.7.3'
+__version__ = '0.7.4'