Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
Prepare v0.6.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Feb 16, 2014
1 parent 9255045 commit 3448ca9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES
Expand Up @@ -3,6 +3,15 @@ Flask-Script Changelog


Here you can see the full list of changes between each Flask-Script release. Here you can see the full list of changes between each Flask-Script release.


Version 0.6.7
-----------------

Released on February 16, 2014

- Expose app instance in a command commands (manage.app). #83
- Show full help for submanagers if called without arguments. #85
- Fix ShowUrls command conflict. #88

Version 0.6.6 Version 0.6.6
----------------- -----------------


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@


setup( setup(
name='Flask-Script', name='Flask-Script',
version='0.6.6', version='0.6.7',
url='http://github.com/techniq/flask-script', url='http://github.com/techniq/flask-script',
license='BSD', license='BSD',
author='Dan Jacob', author='Dan Jacob',
Expand Down

0 comments on commit 3448ca9

Please sign in to comment.