8000 Prepare v0.6.7 release · smurfix/flask-script@3448ca9 · GitHub
[go: up one dir, main page]

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

Commit 3448ca9

Browse files
committed
Prepare v0.6.7 release
1 parent 9255045 commit 3448ca9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES

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

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

6+
Version 0.6.7
7+
-----------------
8+
9+
Released on February 16, 2014
10+
11+
- Expose app instance in a command commands (manage.app). #83
12+
- Show full help for submanagers if called without arguments. #85
13+
- Fix ShowUrls command conflict. #88
14+
615
Version 0.6.6
716
-----------------
817

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
setup(
3131
name='Flask-Script',
32-
version='0.6.6',
32+
version='0.6.7',
3333
url='http://github.com/techniq/flask-script',
3434
license='BSD',
3535
author='Dan Jacob',

0 commit comments

Comments
 (0)
0