From 559025a3c0c06cf98011c69302965ae13c0fbef6 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 10 Feb 2010 02:23:56 +0100 Subject: [PATCH] tip is 2.4 --HG-- branch : trunk --- CHANGES | 6 +++++- setup.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 4241487..8d1b8b6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,13 @@ Jinja2 Changelog ================ +Version 2.4 +----------- +(codename to be selected, release date to be decided) + Version 2.3 ----------- -(codename to be selected, release date will be February 9th 2010) +(3000 Pythons, released on February 10th 2010) - fixes issue with code generator that causes unbound variables to be generated if set was used in if-blocks and other small diff --git a/setup.py b/setup.py index be49180..4235152 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ if sys.version_info >= (3, 0): setup( name='Jinja2', - version='2.3', + version='2.4', url='http://jinja.pocoo.org/', license='BSD', author='Armin Ronacher', -- 2.26.2