Skip to content

Commit

Permalink
Merge branch 'release/0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
miracle2k committed Feb 20, 2014
2 parents d89884e + 7bd848f commit e804751
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES
@@ -1,3 +1,10 @@
0.9 (2014-02-20)
This release is compatible with webassets 0.9.
flask-assets now support Python 3, and drops support for Python 2.5.

- Support for Flask-S3 (Erik Taubeneck).
- Support latest Flask-Script (Chris Hacken).

0.8 (2012-11-23)
This release is compatible with webassets 0.8.

Expand Down
4 changes: 2 additions & 2 deletions src/flask_assets.py
Expand Up @@ -8,8 +8,8 @@
from webassets.loaders import PythonLoader, YAMLLoader


__version__ = (0, 9, 'dev')
__webassets_version__ = ('dev',) # webassets core compatibility. used in setup.py
__version__ = (0, 9)
__webassets_version__ = (0, 9) # webassets core compatibility. used in setup.py


__all__ = ('Environment', 'Bundle',)
Expand Down

0 comments on commit e804751

Please sign in to comment.