Commit a12407e5 by Timothée Peignier

bump version

parent 840bf27a
......@@ -10,6 +10,7 @@ or just made Pipeline more awesome.
* Alexander Artemenko <svetlyak40wt>
* Alexander Pugachev <alexander.pugachev@gmail.com>
* Alexis Svinartchouk <zvin@free.fr>
* Allard Stijnman <a.g.stijnman@gmail.com>
* Andreas Cederström <andreas@klydd.se>
* Andrew Choi <andrew@choi.com>
* Andy Kish <agkish@gmail.com>
......@@ -57,6 +58,7 @@ or just made Pipeline more awesome.
* Kristian Glass <git@doismellburning.co.uk>
* Kyle MacFarlane <kyle@deletethetrees.com>
* Luke Yu-Po Chen <nuemail@gmail.com>
* Leonardo Orozco <leonardoorozcop@gmail.com>
* Mark Sandstrom <mark@deliciouslynerdy.com>
* Matt Dennewitz <mattdennewitz@gmail.com>
* Max Klymyshyn <klymyshyn@gmail.com>
......
......@@ -3,6 +3,13 @@
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
=====
......
......@@ -51,7 +51,7 @@ copyright = u'2011-2014, Timothée Peignier'
# The short X.Y version.
version = '1.5'
# 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
# for a list of supported languages.
......
......@@ -6,7 +6,7 @@ from setuptools import setup, find_packages
setup(
name='django-pipeline',
version='1.5.0',
version='1.5.1',
description='Pipeline is an asset packaging library for Django.',
long_description=io.open('README.rst', encoding='utf-8').read() + '\n\n' +
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