* Fix bugs when generating project in Windows. * Exclude useless files from package.
0.6.3
-------------
* Upgrade ``Flask-SQLAlchemy`` to 2.1. * Upgrade ``PyMySQL`` to 0.6.7. * Upgrade ``Pillow`` to 3.0.0. * Upgrade ``six`` to 1.10.0. * Upgrade ``raven`` to 5.8.1. * Upgrade ``coverage`` to 4.0.1.
0.6.2
-------------
* Remove ``Flask-Uploads`` to support Python 3.x.
0.6.1
-------------
* Replace ``shutil.move`` with ``shutil.copy`` to avoid crash in Windows. * Update doc.
0.6.0
-------------
* Move page stuff to ``application/pages`` dir. * Move macro stuff to ``application/macros`` dir. * Use Gulp_ to build macro assets in development. * Use FIS_ to build assets in production. * Lock package version in ``requirements.txt``.