Skip to content

Commit 766e3f4

Browse files
committed
Bump version to 1.6.13
1 parent 131a9ba commit 766e3f4

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ or just made Pipeline more awesome.
6262
* Jared Scott <[email protected]>
6363
* Jaromir Fojtu <[email protected]>
6464
* Jeff Held <[email protected]>
65+
* John Whitlock <[email protected]> (@jwhitlock)
6566
* Jon Dufresne <[email protected]>
6667
* Josh Braegger <[email protected]>
6768
* Joshua Kehn <[email protected]>
@@ -94,6 +95,7 @@ or just made Pipeline more awesome.
9495
* Sam Thomson <[email protected]>
9596
* Sander Smits <[email protected]>
9697
* Sander Steffann <[email protected]>
98+
* Sassan Haradji (@sassanh)
9799
* Sayed Raianul Kabir <[email protected]>
98100
* Simon Lydell <[email protected]>
99101
@@ -104,10 +106,12 @@ or just made Pipeline more awesome.
104106
* Tadas Dailyda <[email protected]>
105107
* Teo Klestrup Röijezon <[email protected]>
106108
* Thomas Parslow <[email protected]>
109+
* Tiago Espinha <[email protected]>
107110
* Timothée Peignier <[email protected]>
108111
* Tom Yam <[email protected]>
109112
* Tomek Paczkowski <[email protected]>
110113
* Trey Smith <[email protected]>
114+
* Vadym S. Khondar (@vskh)
111115
* Venelin Stoykov <[email protected]>
112116
* Victor Shnayder <[email protected]>
113117
* Wictor Olseryd <[email protected]>

HISTORY.rst

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

6+
1.6.13
7+
======
8+
9+
* Fix forward-slashed paths on Windows. Thanks to @etiago
10+
* Fix CSS URL detector to match quotes correctly. Thanks to @vskh
11+
* Add a compiler_options dict to compile, to allow passing options to custom
12+
compilers. Thanks to @sassanh
13+
* Verify support for Django 1.11. Thanks to @jwhitlock
14+
615
1.6.12
716
======
817

18+
* Supports Django 1.11
919
* Fix a bug with os.rename on windows. Thanks to @wismill
1020
* Fix to view compile error if happens. Thanks to @brawaga
21+
* Add support for Pipeline CSS/JS packages in forms and widgets. Thanks to @chipx86
1122

1223
1.6.11
1324
======

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