From: Armin Ronacher Date: Fri, 6 Jun 2014 16:49:44 +0000 (+0600) Subject: Ready for 2.7.4 X-Git-Tag: 2.8~69^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fc231a1199066f63cb464081970ad12fa8b2567;p=thirdparty%2Fjinja.git Ready for 2.7.4 --- diff --git a/jinja2/__init__.py b/jinja2/__init__.py index a4f7e9c4..adf6c23b 100644 --- a/jinja2/__init__.py +++ b/jinja2/__init__.py @@ -27,7 +27,7 @@ :license: BSD, see LICENSE for more details. """ __docformat__ = 'restructuredtext en' -__version__ = '2.7.3' +__version__ = '2.7.4-dev' # high level interface from jinja2.environment import Environment, Template diff --git a/setup.py b/setup.py index d5723826..b67af19d 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ else: setup( name='Jinja2', - version='2.7.3', + version='2.7.4-dev', url='http://jinja.pocoo.org/', license='BSD', author='Armin Ronacher',