Commit 8b304364 by David Trowbridge

Bump version to 1.6.6.

parent 77d75c62
......@@ -49,6 +49,7 @@ or just made Pipeline more awesome.
* Fabian Büchler <fabian.buechler@gmail.com>
* Feanil Patel <feanil@edx.org>
* Florent Messa <florent.messa@gmail.com>
* Frankie Dintino <fdintino@theatlantic.com>
* Hannes Ljungberg <hannes.ljungberg@gmail.com>
* Idan Zalzberg <idanzalz@gmail.com>
* Jacob Haslehurst <jacob@haslehurst.net>
......
......@@ -3,6 +3,18 @@
History
=======
1.6.6
=====
* Fix filtering-out of files which require a finder to locate.
* Allow compilers to override the output path.
* Fix error reporting when a compiler fails to execute.
* Fix IOErrors when running collectstatic with some nodejs-based compilers and
compressors. Thanks to Frankie Dintino.
* Fix compatibility of unit tests when running on Windows. Thanks to Frankie
Dintino.
* Add unit tests for compilers and compressors. Thanks to Frankie Dintino.
1.6.5
=====
......
......@@ -51,7 +51,7 @@ copyright = u'2011-2014, Timothée Peignier'
# The short X.Y version.
version = '1.6'
# The full version, including alpha/beta/rc tags.
release = '1.6.5'
release = '1.6.6'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -10,7 +10,7 @@ if (sys.version_info[0], sys.version_info[1]) < (3, 2):
setup(
name='django-pipeline',
version='1.6.5',
version='1.6.6',
description='Pipeline is an asset packaging library for Django.',
long_description=io.open('README.rst', encoding='utf-8').read() + '\n\n' +
io.open('HISTORY.rst', encoding='utf-8').read(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment