From: Armin Ronacher Date: Sun, 8 Jan 2017 21:23:53 +0000 (+0100) Subject: Bump version number to 2.9.3 X-Git-Tag: 2.9.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1b076e8e59efe3cd519da2e372340f43e89cce7;p=thirdparty%2Fjinja.git Bump version number to 2.9.3 --- diff --git a/jinja2/__init__.py b/jinja2/__init__.py index ffa55adb..06babb4b 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.3.dev' +__version__ = '2.9.3' # high level interface from jinja2.environment import Environment, Template diff --git a/setup.py b/setup.py index f8cd08ea..3e3e7bc4 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ from setuptools import setup setup( name='Jinja2', - version='2.9.3.dev', + version='2.9.3', url='http://jinja.pocoo.org/', license='BSD', author='Armin Ronacher',