diff --git a/CHANGES.txt b/CHANGES.txt index 9fc3cc9..6d1331a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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) ================ diff --git a/setup.py b/setup.py index 792147f..d58227e 100755 --- a/setup.py +++ b/setup.py @@ -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=[