We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c54fd commit fb1482dCopy full SHA for fb1482d
flask/__init__.py
@@ -10,7 +10,7 @@
10
:license: BSD, see LICENSE for more details.
11
"""
12
13
-__version__ = '0.7-dev'
+__version__ = '0.7'
14
15
# utilities we import from Werkzeug and Jinja2 that are unused
16
# in the module but are exported as public interface.
setup.py
@@ -86,7 +86,7 @@ def run_tests():
86
87
setup(
88
name='Flask',
89
- version='0.7-dev',
+ version='0.7',
90
url='http://github.com/mitsuhiko/flask/',
91
license='BSD',
92
author='Armin Ronacher',
0 commit comments