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

Commit bb68734

Browse files
committed
Prepare 0.6.3 release
1 parent 62c4176 commit bb68734

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGES

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ Flask-Script Changelog
33

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

6-
Version 0.6.3-dev
6+
Version 0.6.3
77
-----------------
88

9-
No release date
9+
Released on November 11, 2013
10+
11+
- Separate usage into usage/help/description
12+
- Allow for command auto detection
1013

1114
Version 0.6.2
1215
-----------------

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.2',
32+
version='0.6.3',
3333
url='http://github.com/techniq/flask-script',
3434
license='BSD',
3535
author='Dan Jacob',

0 commit comments

Comments
 (0)