From: Armin Ronacher Date: Mon, 20 May 2013 13:04:11 +0000 (+0100) Subject: This is now 2.8-dev X-Git-Tag: 2.8~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d25577b43fe08ac5d2aa0f288e89af9502fc4421;p=thirdparty%2Fjinja.git This is now 2.8-dev --- diff --git a/jinja2/__init__.py b/jinja2/__init__.py index d44fe249..8434dea1 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.7' +__version__ = '2.8-dev' # high level interface from jinja2.environment import Environment, Template diff --git a/setup.py b/setup.py index 51bf67ef..72d6765b 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ else: setup( name='Jinja2', - version='2.7', + version='2.8-dev', url='http://jinja.pocoo.org/', license='BSD', author='Armin Ronacher',