From: Armin Ronacher Date: Sat, 29 May 2010 20:54:06 +0000 (+0200) Subject: Tip is 2.5, not 2.4.2 X-Git-Tag: 2.5~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9512d3274fe5172ec6e9c6283dc238d7b753f967;p=jinja2.git Tip is 2.5, not 2.4.2 --HG-- branch : trunk --- diff --git a/setup.py b/setup.py index 270551b..e6e3625 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ if sys.version_info >= (3, 0): setup( name='Jinja2', - version='2.4.2', + version='2.5', url='http://jinja.pocoo.org/', license='BSD', author='Armin Ronacher',