From: Armin Ronacher Date: Sun, 23 May 2010 21:07:32 +0000 (+0200) Subject: tip is 2.4.2 dev. X-Git-Tag: 2.5~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26415106913287add15ee0c66ce368d92d9f484a;p=thirdparty%2Fjinja.git tip is 2.4.2 dev. --HG-- branch : trunk --- diff --git a/setup.py b/setup.py index e6e36259..270551b3 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ if sys.version_info >= (3, 0): setup( name='Jinja2', - version='2.5', + version='2.4.2', url='http://jinja.pocoo.org/', license='BSD', author='Armin Ronacher',