Commit 05cf8044 by Timothée Peignier

bump version

parent 30f3cfc6
...@@ -18,12 +18,15 @@ or just made Pipeline more awesome. ...@@ -18,12 +18,15 @@ or just made Pipeline more awesome.
* David Charbonnier <d.charbonnier@oxys.net> * David Charbonnier <d.charbonnier@oxys.net>
* David Cramer <dcramer@gmail.com> * David Cramer <dcramer@gmail.com>
* Denis V Seleznyov <code@xy2.ru> * Denis V Seleznyov <code@xy2.ru>
* Florent Messa <florent.messa@gmail.com>
* Kyle MacFarlane <kyle@deletethetrees.com> * Kyle MacFarlane <kyle@deletethetrees.com>
* Luke Yu-Po Chen <nuemail@gmail.com> * Luke Yu-Po Chen <nuemail@gmail.com>
* Matt Dennewitz <mattdennewitz@gmail.com> * Matt Dennewitz <mattdennewitz@gmail.com>
* Max Klymyshyn <klymyshyn@gmail.com> * Max Klymyshyn <klymyshyn@gmail.com>
* Michael Weibel <michael.weibel@gmail.com>
* Patrick Altman <paltman@gmail.com> * Patrick Altman <paltman@gmail.com>
* Peter Baumgartner <pete@lincolnloop.com> * Peter Baumgartner <pete@lincolnloop.com>
* Pierre Drescher <pierre.drescher@gmail.com>
* Remco Wendt <remco@maykinmedia.nl> * Remco Wendt <remco@maykinmedia.nl>
* Sam Thomson <sammthomson@gmail.com> * Sam Thomson <sammthomson@gmail.com>
* Sander Smits <jhmsmits@gmail.com> * Sander Smits <jhmsmits@gmail.com>
...@@ -32,4 +35,3 @@ or just made Pipeline more awesome. ...@@ -32,4 +35,3 @@ or just made Pipeline more awesome.
* Steven Cummings <estebistec@gmail.com> * Steven Cummings <estebistec@gmail.com>
* Timothée Peignier <timothee.peignier@tryphon.org> * Timothée Peignier <timothee.peignier@tryphon.org>
* Trey Smith <trey.smith@nasa.gov> * Trey Smith <trey.smith@nasa.gov>
* Michael Weibel <michael.weibel@gmail.com>
...@@ -3,6 +3,18 @@ ...@@ -3,6 +3,18 @@
History History
======= =======
1.2.10
------
* Use ``/usr/bin/env`` by default to find compiler executable. Thanks to Michael Weibel.
* Allow to change embed settings : max size and directory. Thanks to Pierre Drescher.
* Some documentation improvements. Thanks to Florent Messa.
1.2.9
-----
* Don't compile non-outdated files.
* Add non-packing storage.
1.2.8 1.2.8
----- -----
......
...@@ -51,7 +51,7 @@ copyright = u'2011-2012, Timothée Peignier' ...@@ -51,7 +51,7 @@ copyright = u'2011-2012, Timothée Peignier'
# The short X.Y version. # The short X.Y version.
version = '1.2' version = '1.2'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.2.9' release = '1.2.10'
# 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.
......
...@@ -4,7 +4,7 @@ from setuptools import setup, find_packages ...@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup( setup(
name='django-pipeline', name='django-pipeline',
version='1.2.9', version='1.2.10',
description='Pipeline is an asset packaging library for Django.', description='Pipeline is an asset packaging library for Django.',
long_description=open('README.rst').read() + '\n\n' + long_description=open('README.rst').read() + '\n\n' +
open('HISTORY.rst').read(), open('HISTORY.rst').read(),
......
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