From: Armin Ronacher Date: Thu, 29 Dec 2016 13:16:16 +0000 (+0100) Subject: Bump version number to 2.8.1 X-Git-Tag: 2.8.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=209fd39b2750400d51bf571740fe5ba23008c20e;p=thirdparty%2Fjinja.git Bump version number to 2.8.1 --- diff --git a/jinja2/__init__.py b/jinja2/__init__.py index f30610c5..b4e1448a 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.8.1-dev' +__version__ = '2.8.1' # high level interface from jinja2.environment import Environment, Template diff --git a/setup.py b/setup.py index 27871dee..f19b3948 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ from setuptools import setup setup( name='Jinja2', - version='2.8.1-dev', + version='2.8.1', url='http://jinja.pocoo.org/', license='BSD', author='Armin Ronacher',