Bump version number to 0.11

This commit is contained in:
Armin Ronacher 2016-05-29 11:02:23 +02:00
parent 1eccb62965
commit 13e6a01ac8

View file

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