Bump version number to 0.12.2

This commit is contained in:
Markus Unterwaditzer 2017-05-16 08:39:30 +02:00
parent bb83ae9843
commit 571334df8e

View file

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