Bump version number to 0.12.1

This commit is contained in:
Markus Unterwaditzer 2017-03-31 18:43:36 +02:00
parent 6b77184efb
commit c6a9895dc6

View file

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