Commit a12407e5 by Timothée Peignier

bump version

parent 840bf27a
...@@ -10,6 +10,7 @@ or just made Pipeline more awesome. ...@@ -10,6 +10,7 @@ or just made Pipeline more awesome.
* Alexander Artemenko <svetlyak40wt> * Alexander Artemenko <svetlyak40wt>
* Alexander Pugachev <alexander.pugachev@gmail.com> * Alexander Pugachev <alexander.pugachev@gmail.com>
* Alexis Svinartchouk <zvin@free.fr> * Alexis Svinartchouk <zvin@free.fr>
* Allard Stijnman <a.g.stijnman@gmail.com>
* Andreas Cederström <andreas@klydd.se> * Andreas Cederström <andreas@klydd.se>
* Andrew Choi <andrew@choi.com> * Andrew Choi <andrew@choi.com>
* Andy Kish <agkish@gmail.com> * Andy Kish <agkish@gmail.com>
...@@ -57,6 +58,7 @@ or just made Pipeline more awesome. ...@@ -57,6 +58,7 @@ or just made Pipeline more awesome.
* Kristian Glass <git@doismellburning.co.uk> * Kristian Glass <git@doismellburning.co.uk>
* Kyle MacFarlane <kyle@deletethetrees.com> * Kyle MacFarlane <kyle@deletethetrees.com>
* Luke Yu-Po Chen <nuemail@gmail.com> * Luke Yu-Po Chen <nuemail@gmail.com>
* Leonardo Orozco <leonardoorozcop@gmail.com>
* Mark Sandstrom <mark@deliciouslynerdy.com> * Mark Sandstrom <mark@deliciouslynerdy.com>
* Matt Dennewitz <mattdennewitz@gmail.com> * Matt Dennewitz <mattdennewitz@gmail.com>
* Max Klymyshyn <klymyshyn@gmail.com> * Max Klymyshyn <klymyshyn@gmail.com>
......
...@@ -3,6 +3,13 @@ ...@@ -3,6 +3,13 @@
History History
======= =======
1.5.1
=====
* Prevent collecting all static multiple times per request. Thanks to Allard Stijnman.
* Fix encoding issues. Thanks to Leonardo Orozco.
* Improve Django 1.8. Thanks to Carl Meyer.
1.5.0 1.5.0
===== =====
......
...@@ -51,7 +51,7 @@ copyright = u'2011-2014, Timothée Peignier' ...@@ -51,7 +51,7 @@ copyright = u'2011-2014, Timothée Peignier'
# The short X.Y version. # The short X.Y version.
version = '1.5' version = '1.5'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.5.0' release = '1.5.1'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
...@@ -6,7 +6,7 @@ from setuptools import setup, find_packages ...@@ -6,7 +6,7 @@ from setuptools import setup, find_packages
setup( setup(
name='django-pipeline', name='django-pipeline',
version='1.5.0', version='1.5.1',
description='Pipeline is an asset packaging library for Django.', description='Pipeline is an asset packaging library for Django.',
long_description=io.open('README.rst', encoding='utf-8').read() + '\n\n' + long_description=io.open('README.rst', encoding='utf-8').read() + '\n\n' +
io.open('HISTORY.rst', encoding='utf-8').read(), io.open('HISTORY.rst', encoding='utf-8').read(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment