From: Armin Ronacher Date: Sun, 8 Jan 2017 01:50:57 +0000 (+0100) Subject: 2.9.3-dev X-Git-Tag: 2.9.3~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b557eca315e120301914ab7b4bfba8cbd0fce4e6;p=thirdparty%2Fjinja.git 2.9.3-dev --- diff --git a/jinja2/__init__.py b/jinja2/__init__.py index e6581cae..ffa55adb 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.9.2' +__version__ = '2.9.3.dev' # high level interface from jinja2.environment import Environment, Template diff --git a/setup.py b/setup.py index faff1c42..f8cd08ea 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ from setuptools import setup setup( name='Jinja2', - version='2.9.2', + version='2.9.3.dev', url='http://jinja.pocoo.org/', license='BSD', author='Armin Ronacher',