Skip to content

Commit 8b30436

Browse files
committed
Bump version to 1.6.6.
1 parent 77d75c6 commit 8b30436

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ or just made Pipeline more awesome.
4949
* Fabian Büchler <[email protected]>
5050
* Feanil Patel <[email protected]>
5151
* Florent Messa <[email protected]>
52+
* Frankie Dintino <[email protected]>
5253
* Hannes Ljungberg <[email protected]>
5354
* Idan Zalzberg <[email protected]>
5455
* Jacob Haslehurst <[email protected]>

HISTORY.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
History
44
=======
55

6+
1.6.6
7+
=====
8+
9+
* Fix filtering-out of files which require a finder to locate.
10+
* Allow compilers to override the output path.
11+
* Fix error reporting when a compiler fails to execute.
12+
* Fix IOErrors when running collectstatic with some nodejs-based compilers and
13+
compressors. Thanks to Frankie Dintino.
14+
* Fix compatibility of unit tests when running on Windows. Thanks to Frankie
15+
Dintino.
16+
* Add unit tests for compilers and compressors. Thanks to Frankie Dintino.
17+
618
1.6.5
719
=====
820

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# The short X.Y version.
5252
version = '1.6'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '1.6.5'
54+
release = '1.6.6'
5555

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='django-pipeline',
13-
version='1.6.5',
13+
version='1.6.6',
1414
description='Pipeline is an asset packaging library for Django.',
1515
long_description=io.open('README.rst', encoding='utf-8').read() + '\n\n' +
1616
io.open('HISTORY.rst', encoding='utf-8').read(),

0 commit comments

Comments
 (0)