Commit 7465391d by Timothée Peignier

bump version

parent 31df862b
Changelog Changelog
========= =========
1.1.23
------
* Improve compressors documentation.
* Allow to have no compressors. Thanks to Christian Hammond.
* Fix less compiler to support @import. Thanks to TK Kocheran.
1.1.22 1.1.22
------ ------
...@@ -10,7 +17,7 @@ Changelog ...@@ -10,7 +17,7 @@ Changelog
1.1.21 1.1.21
------ ------
* Fix js template name generation when there is only one template. Thanks to Gerardo Curiel for the report. * Fix js template name generation when there is only one template. Thanks to Gerrdo Curiel for the report.
1.1.20 1.1.20
------ ------
......
...@@ -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.22' version = '1.1.23'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.1.22' release = '1.1.23'
# 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.
......
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from setuptools import setup, find_packages from setuptools import setup, find_packages
setup( setup(
name='django-pipeline', name='django-pipeline',
version='1.1.22', version='1.1.23',
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