Skip to content

Commit d068a01

Browse files
committed
bump version
1 parent ffb9140 commit d068a01

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

AUTHORS

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ or just made Pipeline more awesome.
77
* Adam Charnock <[email protected]>
88
* Alan Lu <[email protected]>
99
* Aleksey Porfirov <[email protected]>
10+
* Alex Gavrișco <[email protected]>
1011
* Alexander Artemenko <svetlyak40wt>
1112
* Alexander Pugachev <[email protected]>
1213
* Alexis Svinartchouk <[email protected]>
@@ -49,6 +50,7 @@ or just made Pipeline more awesome.
4950
* Hannes Ljungberg <[email protected]>
5051
* Idan Zalzberg <[email protected]>
5152
* Jacob Haslehurst <[email protected]>
53+
* James Keys <[email protected]>
5254
* Jannis Leidel <[email protected]>
5355
* Jared Scott <[email protected]>
5456
* Jaromir Fojtu <[email protected]>
@@ -58,10 +60,11 @@ or just made Pipeline more awesome.
5860
* Julien Hartmann <[email protected]>
5961
* Kristian Glass <[email protected]>
6062
* Kyle MacFarlane <[email protected]>
61-
* Luke Yu-Po Chen <[email protected]>
6263
* Leonardo Orozco <[email protected]>
64+
* Luke Yu-Po Chen <[email protected]>
6365
* Mark Sandstrom <[email protected]>
6466
* Matt Dennewitz <[email protected]>
67+
* Matthieu Gallet <[email protected]>
6568
* Max Klymyshyn <[email protected]>
6669
* Melvin Laplanche <[email protected]>
6770
* Michael Weibel <[email protected]>
@@ -70,6 +73,7 @@ or just made Pipeline more awesome.
7073
* Mike Gilbert <[email protected]>
7174
* Miroslav Shubernetskiy <[email protected]>
7275
* Natal Ngetal <[email protected]>
76+
* Nathan Shafer <[email protected]>
7377
* Patrick Altman <[email protected]>
7478
* Peter Baumgartner <[email protected]>
7579
* Philipp Wollermann <[email protected]>
@@ -82,7 +86,9 @@ or just made Pipeline more awesome.
8286
* Sander Smits <[email protected]>
8387
* Sander Steffann <[email protected]>
8488
* Sayed Raianul Kabir <[email protected]>
89+
* Simon Lydell <[email protected]>
8590
91+
* Stefano Brentegani <[email protected]>
8692
* Stephan Wienczny <[email protected]>
8793
* Steven Cummings <[email protected]>
8894
* Tadas Dailyda <[email protected]>
@@ -97,4 +103,3 @@ or just made Pipeline more awesome.
97103
* Wictor Olseryd <[email protected]>
98104
* Zachary Kazanski <[email protected]>
99105
* Zenobius Jiricek <[email protected]>
100-
* Alex Gavrișco <[email protected]>

HISTORY.rst

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

6+
1.5.3
7+
=====
8+
9+
* Fix futures import. Thanks to Mathieu Gallet.
10+
* Make GZIPMixin returns the gziped file.
11+
* Fix import shadowing. Thanks to Christofer Bertonha.
12+
* Fix tests settings for Django 1.9. Thanks to Leonardo Orozco.
13+
* Improve javascript concatenation. Thanks to Simon Lydell and Alex Gavrișco.
14+
* Improve finder logic. Thanks to Nathan Shafer and James Keys.
15+
* Documentation fix. Thanks to Stefano Brentegani.
16+
617
1.5.2
718
=====
819

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.5'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '1.5.2'
54+
release = '1.5.3'
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.5.2',
13+
version='1.5.3',
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)