Browse Source

This is 0.11.2-dev

pull/1921/head
Markus Unterwaditzer 9 years ago
parent
commit
724f04d305
  1. 2
      flask/__init__.py

2
flask/__init__.py

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

Loading…
Cancel
Save