This is 0.12-dev

This commit is contained in:
Armin Ronacher 2016-05-29 11:02:48 +02:00
parent 13e6a01ac8
commit b23cd61e04

View file

@ -10,7 +10,7 @@
:license: BSD, see LICENSE for more details.
"""
__version__ = '0.11'
__version__ = '0.12-dev'
# utilities we import from Werkzeug and Jinja2 that are unused
# in the module but are exported as public interface.