tip is 2.4

--HG--
branch : trunk
This commit is contained in:
Armin Ronacher 2010-02-10 02:23:56 +01:00
parent 840a59cb04
commit 559025a3c0
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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',