Skip to content

Commit

Permalink
Bump version to 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hustlzp committed Mar 31, 2015
1 parent 01d232d commit 405541a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Flask Boost Changelog
=====================

Version 0.4.0
-------------

* Use js.yml % css.yml to control assets.
* Now can build assets via console command ``python manage.py build_assets``.
* Fix bugs & add external paramter & better warning info for urlFor js function.
* Upgrade permission to 0.3.0.
* Upgrade bootstrap to 3.3.4.
* Rm url_prefix when register blueprints.
* Add viewport meta tag to head.
* Add absolute_url_for helper, and inject as jinja2 global.
* Add mkdir_p to helpers.
* Refactor utils.uploadsets.
* Track avatars default image.
* Update color vars in ``utils.less``.


Version 0.3.4
-------------

Expand Down
2 changes: 1 addition & 1 deletion flask_boost/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.4"
__version__ = "0.4.0"

0 comments on commit 405541a

Please sign in to comment.