Skip to content

Commit fb1482d

Browse files
committed
Bump version number to 0.7
1 parent 97c54fd commit fb1482d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flask/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:license: BSD, see LICENSE for more details.
1111
"""
1212

13-
__version__ = '0.7-dev'
13+
__version__ = '0.7'
1414

1515
# utilities we import from Werkzeug and Jinja2 that are unused
1616
# in the module but are exported as public interface.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def run_tests():
8686

8787
setup(
8888
name='Flask',
89-
version='0.7-dev',
89+
version='0.7',
9090
url='http://github.com/mitsuhiko/flask/',
9191
license='BSD',
9292
author='Armin Ronacher',

0 commit comments

Comments
 (0)