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 585ff1d commit d5e10e4Copy full SHA for d5e10e4
flask/__init__.py
@@ -10,7 +10,7 @@
10
:license: BSD, see LICENSE for more details.
11
"""
12
13
-__version__ = '0.8-dev'
+__version__ = '0.8'
14
15
# utilities we import from Werkzeug and Jinja2 that are unused
16
# in the module but are exported as public interface.
setup.py
@@ -77,7 +77,7 @@ def run(self):
77
78
setup(
79
name='Flask',
80
- version='0.8-dev',
+ version='0.8',
81
url='http://github.com/mitsuhiko/flask/',
82
license='BSD',
83
author='Armin Ronacher',
0 commit comments