From: Armin Ronacher Date: Fri, 10 Jan 2014 10:43:07 +0000 (+0000) Subject: This is 0.7.3-dev X-Git-Tag: 2.7.3~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5662125f794f41ac73849a95a9e572e0e5a98b4e;p=thirdparty%2Fjinja.git This is 0.7.3-dev --- diff --git a/jinja2/__init__.py b/jinja2/__init__.py index 6d0e9882..5e10e9d0 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.2' +__version__ = '2.7.3-dev' # high level interface from jinja2.environment import Environment, Template diff --git a/setup.py b/setup.py index 00456773..3ff77af4 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ else: setup( name='Jinja2', - version='2.7.2', + version='2.7.3-dev', url='http://jinja.pocoo.org/', license='BSD', author='Armin Ronacher',