Bump version number to 0.12

This commit is contained in:
Markus Unterwaditzer 2016-12-21 21:22:08 +01:00
parent 45c45ea73c
commit 1042d9d23f

View file

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