Skip to content

Commit 3b9574f

Browse files
committed
Bump version number to 0.10
1 parent 3061ab5 commit 3b9574f

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.10-dev'
13+
__version__ = '0.10'
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
@@ -78,7 +78,7 @@ def run(self):
7878

7979
setup(
8080
name='Flask',
81-
version='0.10-dev',
81+
version='0.10',
8282
url='http://github.com/mitsuhiko/flask/',
8383
license='BSD',
8484
author='Armin Ronacher',

0 commit comments

Comments
 (0)