Commit 44249c9e by Timothée Peignier

bump version

parent 80130373
...@@ -84,6 +84,7 @@ or just made Pipeline more awesome. ...@@ -84,6 +84,7 @@ or just made Pipeline more awesome.
* Sirex <sirexas@gmail.com> * Sirex <sirexas@gmail.com>
* Stephan Wienczny <stephan@wienczny.de> * Stephan Wienczny <stephan@wienczny.de>
* Steven Cummings <estebistec@gmail.com> * Steven Cummings <estebistec@gmail.com>
* Tadas Dailyda <tadas@dailyda.com>
* Teo Klestrup Röijezon <teo@nullable.se> * Teo Klestrup Röijezon <teo@nullable.se>
* Thomas Parslow <tom@almostobsolete.net> * Thomas Parslow <tom@almostobsolete.net>
* Timothée Peignier <timothee.peignier@tryphon.org> * Timothée Peignier <timothee.peignier@tryphon.org>
......
...@@ -3,6 +3,12 @@ ...@@ -3,6 +3,12 @@
History History
======= =======
1.5.2
=====
* Use smart_bytes and smart_text appropriately. Thanks to Tadas Dailyda.
* Fix outdated logic. Thanks to Tadas Dailyda.
1.5.1 1.5.1
===== =====
......
...@@ -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.1' release = '1.5.2'
# 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.1', version='1.5.2',
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