summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt4
-rw-r--r--setup.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 361f6a0bc..06a3e030e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,7 @@
+0.3.0
+
+ - Add ``get_template`` API to template module.
+
0.2.9
- 0.2.8 was "brown bag" release. It didn't work at all. Symptom:
diff --git a/setup.py b/setup.py
index 04c7c13d2..048f0cc47 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
-__version__ = '0.2.9'
+__version__ = '0.3.0'
import os