Skip to content

Commit

Permalink
Bump version to 0.4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
hustlzp committed Apr 15, 2015
1 parent 8620642 commit 186a7cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Flask Boost Changelog
=====================

Version 0.4.4
-------------

* Update url rewrite logic when build assets.
* Do not rewrite url in js codes.
* Fix a bug when process absolute path in YAML file.
* Add ``g.method`` js variable.
* Fix a bug in ``timesince``.
* Add form helper ``check_url``.
* Remove useless codes and files.

Version 0.4.3
-------------

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.4.3"
__version__ = "0.4.4"

0 comments on commit 186a7cd

Please sign in to comment.