bump version and Changes for release
Matt S Trout [Sun, 17 Jul 2011 08:18:38 +0000 (08:18 +0000)]
Changes
lib/Catalyst/View/TT.pm

diff --git a/Changes b/Changes
index 6bccd59..cffd51c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::View::TT.
 
+0.37   2011-07-17 09:20:00
+        - Allow setting of TT class rather than forcing 'Template'
+
 0.36   2010-10-19 15:00:00
         - Fixed subclassing when using expose_methods
 
index f51331f..2e5f5cd 100644 (file)
@@ -10,7 +10,7 @@ use Template::Timer;
 use MRO::Compat;
 use Scalar::Util qw/blessed weaken/;
 
-our $VERSION = '0.36';
+our $VERSION = '0.37';
 $VERSION = eval $VERSION;
 
 __PACKAGE__->mk_accessors('template');