Bump version number to 2.11.dev

This commit is contained in:
David Lord 2017-11-08 12:01:29 -08:00
parent 78d2f67214
commit b2dd36b60f
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
3 changed files with 8 additions and 2 deletions

View File

@ -2,6 +2,12 @@ Jinja Changelog
===============
Version 2.11
------------
unreleased
Version 2.10
------------

View File

@ -27,7 +27,7 @@
:license: BSD, see LICENSE for more details.
"""
__docformat__ = 'restructuredtext en'
__version__ = '2.10'
__version__ = '2.11.dev'
# high level interface
from jinja2.environment import Environment, Template

View File

@ -40,7 +40,7 @@ from setuptools import setup
setup(
name='Jinja2',
version='2.10',
version='2.11.dev',
url='http://jinja.pocoo.org/',
license='BSD',
author='Armin Ronacher',