Browse Source

Bump version number to 0.12

pull/2122/head 0.12
Markus Unterwaditzer 8 years ago
parent
commit
1042d9d23f
  1. 2
      flask/__init__.py

2
flask/__init__.py

@ -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.

Loading…
Cancel
Save