Commit 3d4fdb3a by Timothée Peignier

bump version

parent 39406c97
......@@ -2,6 +2,11 @@ Changelog
=========
1.1.16
------
* Add a way to compress specific groups with ``synccompress`` command.
1.1.15.2
--------
......
......@@ -48,9 +48,9 @@ copyright = u'2011, Timothée Peignier'
# built documents.
#
# The short X.Y version.
version = '1.1.15.2'
version = '1.1.16'
# The full version, including alpha/beta/rc tags.
release = '1.1.15.2'
release = '1.1.16'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -33,6 +33,10 @@ To re-generate only a specific group ::
./manage.py synccompress screen
To re-generate only specific groups ::
./manage.py synccompress screen print
Templatetags
============
......
......@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name='django-pipeline',
version='1.1.15.2',
version='1.1.16',
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