Commit bc2a235f by Timothée Peignier

bump version

parent c2772f35
......@@ -17,6 +17,7 @@ or just made Pipeline more awesome.
* Axel Haustant <noirbizarre@gmail.com>
* Balazs Kossovics <balazs.kossovics@e-loue.com>
* Ben Vinegar <ben@benv.ca>
* Brad Pitcher <bradpitcher@gmail.com>
* Brant Young <brant.young@gmail.com>
* Brian Montgomery <brianm@appliedsec.com>
* Bryan Chow <bryan@fullfactor.com>
......@@ -36,11 +37,13 @@ or just made Pipeline more awesome.
* DJ Sharkey <dj@newscred.com>
* Edwin Lunando <edwinlunando@gmail.com>
* Fabian Büchler <fabian.buechler@gmail.com>
* Feanil Patel <feanil@edx.org>
* Florent Messa <florent.messa@gmail.com>
* Hannes Ljungberg <hannes.ljungberg@gmail.com>
* Idan Zalzberg <idanzalz@gmail.com>
* Jannis Leidel <jannis@leidel.info>
* Jared Scott <jscott@convertro.com>
* Jaromir Fojtu <jaromir.fojtu@gmail.com>
* Joshua Kehn <josh@kehn.us>
* Julien Hartmann <julien@etherdream.org>
* Kyle MacFarlane <kyle@deletethetrees.com>
......
......@@ -3,6 +3,12 @@
History
=======
1.3.25
------
* Many documentation improvements. Thanks to Brad Pitcher, Jaromir Fojtu and Feanil Patel.
* Add no-op compressors. Thanks to Zachary Kazanski.
1.3.24
------
......
......@@ -51,7 +51,7 @@ copyright = u'2011-2014, Timothée Peignier'
# The short X.Y version.
version = '1.3'
# The full version, including alpha/beta/rc tags.
release = '1.3.24'
release = '1.3.25'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -6,7 +6,7 @@ from setuptools import setup, find_packages
setup(
name='django-pipeline',
version='1.3.24',
version='1.3.25',
description='Pipeline is an asset packaging library for Django.',
long_description=io.open('README.rst', encoding='utf-8').read() + '\n\n' +
io.open('HISTORY.rst', encoding='utf-8').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