Commit 0797e3a8 by Timothée Peignier

bump version

parent 424c6c84
Changelog Changelog
========= =========
1.1.20
------
* Fix less and sass compilers.
* Properly overwrite compild file if it already exists.
1.1.19 1.1.19
------ ------
* Add python 2.5 support * Add python 2.5 support.
* Remove lessc default arguments * Remove lessc default arguments.
1.1.18.1 1.1.18.1
-------- --------
......
...@@ -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.19' version = '1.1.20'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.1.19' release = '1.1.20'
# 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.19', version='1.1.20',
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