From 794cd71d8aa822b5d8706fbe7a3999fa05fb839c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 16 Aug 2008 09:14:42 +0000 Subject: Prep for 0.3.0. --- CHANGES.txt | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3