From: Armin Ronacher Date: Sat, 6 Feb 2010 14:30:44 +0000 (+0100) Subject: Raise version number. X-Git-Tag: 2.3~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac7adf2e1e4f1a8bb0335310b76660e9dbbf22c1;p=thirdparty%2Fjinja.git Raise version number. --HG-- branch : trunk --- diff --git a/setup.py b/setup.py index 62cbcf5c..09998a49 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ from distutils.errors import CCompilerError, DistutilsPlatformError setup( name='Jinja2', - version='2.2.2', + version='2.3', url='http://jinja.pocoo.org/', license='BSD', author='Armin Ronacher',