2 Commits

Author SHA1 Message Date
Matt Good
72e8e277af Bump version to 0.6.3.1 to re-release with changelog info 2012-04-16 13:25:25 -07:00
Matt Good
75bac4e961 Add changelog info for 0.6.3 2012-04-16 13:21:25 -07:00
2 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,19 @@
Changes
=======
0.6.3.1 (2012-04-16)
------------------
New release to add missing changelog for 0.6.3
0.6.3 (2012-04-16)
------------------
Fixes:
- Compatibility with Flask-SQLAlchemy 0.16 package name
0.6.2 (2012-02-18)
------------------

View File

@@ -14,7 +14,7 @@ except:
setup(
name='Flask-DebugToolbar',
version='0.6.3',
version='0.6.3.1',
url='http://github.com/mgood/flask-debugtoolbar',
license='BSD',
author='Michael van Tellingen',