Commit 9e689655 by Timothée Peignier

bump version

parent 6c04f3c6
...@@ -41,6 +41,7 @@ or just made Pipeline more awesome. ...@@ -41,6 +41,7 @@ or just made Pipeline more awesome.
* Florent Messa <florent.messa@gmail.com> * Florent Messa <florent.messa@gmail.com>
* Hannes Ljungberg <hannes.ljungberg@gmail.com> * Hannes Ljungberg <hannes.ljungberg@gmail.com>
* Idan Zalzberg <idanzalz@gmail.com> * Idan Zalzberg <idanzalz@gmail.com>
* Jacob Haslehurst <jacob@haslehurst.net>
* Jannis Leidel <jannis@leidel.info> * Jannis Leidel <jannis@leidel.info>
* Jared Scott <jscott@convertro.com> * Jared Scott <jscott@convertro.com>
* Jaromir Fojtu <jaromir.fojtu@gmail.com> * Jaromir Fojtu <jaromir.fojtu@gmail.com>
......
...@@ -3,6 +3,12 @@ ...@@ -3,6 +3,12 @@
History History
======= =======
1.3.26
------
* Fix default javscript mimetype to be more IE friendly.
* Fix storage documentation. Thanks to Jacob Haslehurst.
1.3.25 1.3.25
------ ------
......
...@@ -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.3' version = '1.3'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.3.25' release = '1.3.26'
# 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.3.25', version='1.3.26',
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