Skip to content

Commit a12407e

Browse files
committed
bump version
1 parent 840bf27 commit a12407e

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ or just made Pipeline more awesome.
1010
* Alexander Artemenko <svetlyak40wt>
1111
* Alexander Pugachev <[email protected]>
1212
* Alexis Svinartchouk <[email protected]>
13+
* Allard Stijnman <[email protected]>
1314
* Andreas Cederström <[email protected]>
1415
* Andrew Choi <[email protected]>
1516
* Andy Kish <[email protected]>
@@ -57,6 +58,7 @@ or just made Pipeline more awesome.
5758
* Kristian Glass <[email protected]>
5859
* Kyle MacFarlane <[email protected]>
5960
* Luke Yu-Po Chen <[email protected]>
61+
* Leonardo Orozco <[email protected]>
6062
* Mark Sandstrom <[email protected]>
6163
* Matt Dennewitz <[email protected]>
6264
* Max Klymyshyn <[email protected]>

HISTORY.rst

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

6+
1.5.1
7+
=====
8+
9+
* Prevent collecting all static multiple times per request. Thanks to Allard Stijnman.
10+
* Fix encoding issues. Thanks to Leonardo Orozco.
11+
* Improve Django 1.8. Thanks to Carl Meyer.
12+
613
1.5.0
714
=====
815

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.0'
54+
release = '1.5.1'
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
@@ -6,7 +6,7 @@
66

77
setup(
88
name='django-pipeline',
9-
version='1.5.0',
9+
version='1.5.1',
1010
description='Pipeline is an asset packaging library for Django.',
1111
long_description=io.open('README.rst', encoding='utf-8').read() + '\n\n' +
1212
io.open('HISTORY.rst', encoding='utf-8').read(),

0 commit comments

Comments
 (0)