summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)