From: Armin Ronacher Date: Sat, 28 Jan 2017 14:42:29 +0000 (+0100) Subject: Bump version number to 2.9.5 X-Git-Tag: 2.9.5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09f8b2b2d1cfca7e5b231cf3773bef2a952b6312;p=thirdparty%2Fjinja.git Bump version number to 2.9.5 --- diff --git a/jinja2/__init__.py b/jinja2/__init__.py index 348bc7ae..26628185 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.5.dev' +__version__ = '2.9.5' # high level interface from jinja2.environment import Environment, Template diff --git a/setup.py b/setup.py index 161ca71d..391c140d 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ from setuptools import setup setup( name='Jinja2', - version='2.9.5.dev', + version='2.9.5', url='http://jinja.pocoo.org/', license='BSD', author='Armin Ronacher',