Commit 18553293 by Timothée Peignier

bump version

parent c03911b4
...@@ -64,10 +64,12 @@ or just made Pipeline more awesome. ...@@ -64,10 +64,12 @@ or just made Pipeline more awesome.
* Sam Thomson <sammthomson@gmail.com> * Sam Thomson <sammthomson@gmail.com>
* Sander Smits <jhmsmits@gmail.com> * Sander Smits <jhmsmits@gmail.com>
* Sander Steffann <sander@steffann.nl> * Sander Steffann <sander@steffann.nl>
* Sayed Raianul Kabir <raian@newscred.com>
* 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>
* Teo Klestrup Röijezon <teo@nullable.se> * Teo Klestrup Röijezon <teo@nullable.se>
* Thomas Parslow <tom@almostobsolete.net>
* Timothée Peignier <timothee.peignier@tryphon.org> * Timothée Peignier <timothee.peignier@tryphon.org>
* Tom Yam <tomyam1@gmail.com> * Tom Yam <tomyam1@gmail.com>
* Tomek Paczkowski <tomek@hauru.eu> * Tomek Paczkowski <tomek@hauru.eu>
......
...@@ -3,6 +3,13 @@ ...@@ -3,6 +3,13 @@
History History
======= =======
1.3.22
------
* Fix mimetype declaration. Thanks to Thomas Parslow.
* Fix gzip mixin. Thanks to Sayed Raianul Kabir.
* Small documentation improvements. Thanks to Kristoffer Smedlund for the report.
1.3.21 1.3.21
------ ------
......
...@@ -51,7 +51,7 @@ copyright = u'2011-2012, Timothée Peignier' ...@@ -51,7 +51,7 @@ copyright = u'2011-2012, 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.21' release = '1.3.22'
# 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.
......
...@@ -4,7 +4,7 @@ from setuptools import setup, find_packages ...@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup( setup(
name='django-pipeline', name='django-pipeline',
version='1.3.21', version='1.3.22',
description='Pipeline is an asset packaging library for Django.', description='Pipeline is an asset packaging library for Django.',
long_description=open('README.rst').read() + '\n\n' + long_description=open('README.rst').read() + '\n\n' +
open('HISTORY.rst').read(), open('HISTORY.rst').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