From: Armin Ronacher Date: Sun, 26 Jul 2015 17:49:40 +0000 (+0200) Subject: Bump version number to 2.8 X-Git-Tag: 2.8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=966e1a409f02de57b75a0463fc953d54dad2a205;p=thirdparty%2Fjinja.git Bump version number to 2.8 --- diff --git a/jinja2/__init__.py b/jinja2/__init__.py index 7a3d942d..029fb2e6 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.dev0' +__version__ = '2.8' # high level interface from jinja2.environment import Environment, Template diff --git a/setup.py b/setup.py index 8ffd1c9c..0880d1aa 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ from setuptools import setup setup( name='Jinja2', - version='2.8.dev0', + version='2.8', url='http://jinja.pocoo.org/', license='BSD', author='Armin Ronacher',