Skip to content

Commit d5e10e4

Browse files
committed
Bump version number to 0.8
1 parent 585ff1d commit d5e10e4

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.8-dev'
13+
__version__ = '0.8'
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
@@ -77,7 +77,7 @@ def run(self):
7777

7878
setup(
7979
name='Flask',
80-
version='0.8-dev',
80+
version='0.8',
8181
url='http://github.com/mitsuhiko/flask/',
8282
license='BSD',
8383
author='Armin Ronacher',

0 commit comments

Comments
 (0)