Skip to content

Commit

Permalink
Release v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tilgovi committed Oct 22, 2014
1 parent 65e54c3 commit be1584f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.9 (2014-10-21)
================

Features
--------

- Support for overriding named bundles when using the ``webassets.bundles``
setting. Files earlier in the list take precedence and can override named
bundles defined in later files. Combined with asset specifications for the
file names this makes it easy to extend the bundle configuration of other
packages.

0.8 (2014-08-04)
================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run_tests(self):
sys.exit(errno)

setup(name='pyramid_webassets',
version='0.8',
version='0.9',
description='pyramid_webassets',
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit be1584f

Please sign in to comment.