This release is compatible with webassets 0.7.
- Now officially requires at least Flask 0.8, so it can use the new
extension import system, but using the compatibility module, older
Flask versions should work fine as well:
http://flask.pocoo.org/docs/extensions/
- Support Python 2.5.
- Allow customizing the backend of ``ManageAssets`` command.
- Due to webassets 0.7, the cssrewrite filter now works with Blueprints.