Skip to content

Commit ecd9d1b

Browse files
committed
This is now the branch for the 0.6.1 bugfix release
1 parent 5cef2a0 commit ecd9d1b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Flask Changelog
33

44
Here you can see the full list of changes between each Flask release.
55

6+
Version 0.6.1
7+
-------------
8+
9+
Bugfix release, release date to be announced.
10+
611
Version 0.6
712
-----------
813

setup.py

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

5151
setup(
5252
name='Flask',
53-
version='0.6',
53+
version='0.6.1',
5454
url='http://github.com/mitsuhiko/flask/',
5555
license='BSD',
5656
author='Armin Ronacher',

0 commit comments

Comments
 (0)