Bump version to 0.11.1

This commit is contained in:
Markus Unterwaditzer 2016-06-07 18:22:43 +02:00
parent 2bde2065e6
commit d1d82ca8ce
2 changed files with 2 additions and 2 deletions

View file

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