Skip to content

Commit

Permalink
Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rehandalal committed Oct 17, 2013
1 parent 34d28b0 commit 377692e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
What's new in Flask-Funnel
==========================

Version 0.1.8:
--------------

* Added support for SASS
* Added support for Stylus
* Added support for CoffeeScript

Version 0.1.7:
--------------

* Can now use attr() in CSS urls

Version 0.1.6:
--------------

* Fixed a bug with LESS preprocessing

Version 0.1.5:
--------------

* Fixed an issue with CSS relative url rewrites

Version 0.1.4:
--------------

Expand Down
2 changes: 1 addition & 1 deletion flask_funnel/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# * 1.0b2
# * 1.0

__version__ = '0.1.7'
__version__ = '0.1.8'
__releasedate__ = ''

0 comments on commit 377692e

Please sign in to comment.