Commit f5a902bf by Timothée Peignier

bump new version

parent 334e3dd2
Changelog
=========
1.1.11
------
* Add documentation on pipeline signals, see :doc:`signals`.
* Cache version calculations, speeding up template tags.
* Not assuming anymore that version identifier are sortable
(beware if you have setup ``PIPELINE_VERSION_REMOVE_OLD`` to ``False``).
1.1.10
------
* Make ``synccompress`` command work as expect when ``PIPELINE_AUTO`` is set to ``False``
* Make ``synccompress`` command work as expect when ``PIPELINE_AUTO`` is set to ``False``.
* Add a way to compress a specific group with ``synccompress`` command.
* Raise ``CompilerError`` when ``PIPELINE`` is set to ``False``
* Raise ``CompilerError`` when ``PIPELINE`` is set to ``False``.
1.1.9
......@@ -23,8 +31,8 @@ Changelog
1.1.8
-----
* Faster templates tags
* Storage speed up
* Faster templates tags.
* Storage speed up.
1.1.7
-----
......
......@@ -48,9 +48,9 @@ copyright = u'2011, Timothée Peignier'
# built documents.
#
# The short X.Y version.
version = '1.1.10'
version = '1.1.11'
# The full version, including alpha/beta/rc tags.
release = '1.1.10'
release = '1.1.11'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name='django-pipeline',
version='1.1.10',
version='1.1.11',
description='Pipeline is an asset packaging library for Django.',
long_description="""Pipeline is an asset packaging library for Django, providing
both CSS and JavaScript concatenation and compression, built-in JavaScript
......
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