tip is 2.6
authorArmin Ronacher <armin.ronacher@active-4.com>
Tue, 17 Aug 2010 10:39:40 +0000 (12:39 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Tue, 17 Aug 2010 10:39:40 +0000 (12:39 +0200)
--HG--
branch : trunk

CHANGES
setup.py

diff --git a/CHANGES b/CHANGES
index 099c7c35e36b60ecd1b9ead5a20515b87ccf9829..5ad58e1991cb967963b893d9a75a3e9e7564d744 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,7 @@ Jinja2 Changelog
 
 Version 2.5.1
 -------------
-(bugfix release, release date to be announced)
+(bugfix release, released on August 17th 2010)
 
 - StopIteration exceptions raised by functions called from templates
   are now intercepted and converted to undefineds.  This solves a
index f3b80b6a8ebc677f9161536249e54bc15297e15b..cf915cc1d07205a8c6d87abffb146c33365b9f7b 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,7 @@ if sys.version_info >= (3, 0):
 
 setup(
     name='Jinja2',
-    version='2.5.1',
+    version='2.6',
     url='http://jinja.pocoo.org/',
     license='BSD',
     author='Armin Ronacher',