Skip to content

Commit c37c9f7

Browse files
committed
Bump version to 1.6.7
1 parent f62145a commit c37c9f7

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ or just made Pipeline more awesome.
7676
* Mike Gilbert <[email protected]>
7777
* Miroslav Shubernetskiy <[email protected]>
7878
* Natal Ngetal <[email protected]>
79+
* Nathan Cox <[email protected]>
7980
* Nathan Shafer <[email protected]>
8081
* Patrick Altman <[email protected]>
8182
* Peter Baumgartner <[email protected]>

HISTORY.rst

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

6+
1.6.7
7+
=====
8+
9+
* Add a view for collecting static files before serving them. This behaves like
10+
django's built-in ``static`` view and allows running the collector for
11+
images, fonts, and other static files that do not need to be compiled. Thanks
12+
to Christian Hammond.
13+
* Update documentation for the ES6Compiler to clarify filename requirements.
14+
Thanks to Nathan Cox.
15+
* Add error output for compiler errors within the browser. This provides for a
16+
much better experience when compiling files from the devserver. Thanks to
17+
Christian Hammond.
18+
* Make unit tests run against Django 1.6 and 1.7. Thanks to Sławek Ehlert.
19+
620
1.6.6
721
=====
822

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.6'
54+
release = '1.6.7'
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.6',
13+
version='1.6.7',
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)