summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2007-05-18 23:21:30 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2007-05-18 23:21:30 +0000
commitd489a7f92c6f6c1a193acd0b77d8b817a56d8832 (patch)
tree62df9e5367cc7ecd651c9a45fd9a7f26a9b1555e
parent2761023988c16498f726e2368f5381772390f54d (diff)
downloadmako-rel_0_1_6.tar.gz
0.1.6 preprel_0_1_6
-rw-r--r--CHANGES4
-rw-r--r--doc/build/genhtml.py2
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index e504e76..9fbbe86 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
0.1.6
- caching is now supplied directly by Beaker, which has
- all of MyghtyUtils merged into it now
+ all of MyghtyUtils merged into it now. The latest Beaker
+ (0.7.1) also fixes a bug related to how Mako was using the
+ cache API.
- fix to module_directory path generation when the path is "./"
[ticket:34]
- TGPlugin passes options to string-based templates [ticket:35]
diff --git a/doc/build/genhtml.py b/doc/build/genhtml.py
index 45e5a73..34b5df1 100644
--- a/doc/build/genhtml.py
+++ b/doc/build/genhtml.py
@@ -24,7 +24,7 @@ files = [
]
title='Mako Documentation'
-version = '0.1.5'
+version = '0.1.6'
root = toc.TOCElement('', 'root', '', version=version, doctitle=title)