This is now the branch for the 0.6.1 bugfix release

This commit is contained in:
Armin Ronacher 2010-07-28 01:18:56 +02:00
parent 5cef2a05e1
commit ecd9d1b3d9
2 changed files with 6 additions and 1 deletions

View file

@ -3,6 +3,11 @@ Flask Changelog
Here you can see the full list of changes between each Flask release.
Version 0.6.1
-------------
Bugfix release, release date to be announced.
Version 0.6
-----------

View file

@ -50,7 +50,7 @@ def run_tests():
setup(
name='Flask',
version='0.6',
version='0.6.1',
url='http://github.com/mitsuhiko/flask/',
license='BSD',
author='Armin Ronacher',