Commit f5a902bf by Timothée Peignier

bump new version

parent 334e3dd2
Changelog 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 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. * 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 1.1.9
...@@ -23,8 +31,8 @@ Changelog ...@@ -23,8 +31,8 @@ Changelog
1.1.8 1.1.8
----- -----
* Faster templates tags * Faster templates tags.
* Storage speed up * Storage speed up.
1.1.7 1.1.7
----- -----
......
...@@ -48,9 +48,9 @@ copyright = u'2011, Timothée Peignier' ...@@ -48,9 +48,9 @@ copyright = u'2011, Timothée Peignier'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '1.1.10' version = '1.1.11'
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
...@@ -3,7 +3,7 @@ from setuptools import setup, find_packages ...@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup( setup(
name='django-pipeline', name='django-pipeline',
version='1.1.10', version='1.1.11',
description='Pipeline is an asset packaging library for Django.', description='Pipeline is an asset packaging library for Django.',
long_description="""Pipeline is an asset packaging library for Django, providing long_description="""Pipeline is an asset packaging library for Django, providing
both CSS and JavaScript concatenation and compression, built-in JavaScript 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