Commit 6b6644e9 by Timothée Peignier

bump new version

parent af5771e2
Changelog Changelog
========= =========
1.1.12
------
* Add configurable cache timeout. Thanks to Matt Dennewitz.
* Catch any exception coming from ``storage``.
1.1.11 1.1.11
------ ------
......
...@@ -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.11' version = '1.1.12'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.1.11' release = '1.1.12'
# 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.11', version='1.1.12',
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