Commit 19a22e1a by Timothée Peignier

bump version

parent 1ae99d43
......@@ -11,6 +11,7 @@ or just made Pipeline more awesome.
* Alexis Svinartchouk <zvin@free.fr>
* Andreas Cederström <andreas@klydd.se>
* Ara Anjargolian <ara818@gmail.com>
* Arnar Yngvason <arnar@hvitahusid.is>
* Balazs Kossovics <balazs.kossovics@e-loue.com>
* Ben Vinegar <ben@benv.ca>
* Brant Young <brant.young@gmail.com>
......@@ -34,9 +35,11 @@ or just made Pipeline more awesome.
* Max Klymyshyn <klymyshyn@gmail.com>
* Melvin Laplanche <melvin.laplanche+dev@gmail.com>
* Michael Weibel <michael.weibel@gmail.com>
* Miroslav Shubernetskiy <miroslav@miki725.com>
* Patrick Altman <paltman@gmail.com>
* Peter Baumgartner <pete@lincolnloop.com>
* Pierre Drescher <pierre.drescher@gmail.com>
* Rami Chowdhury <rami.chowdhury@gmail.com>
* Remco Wendt <remco@maykinmedia.nl>
* Remy Sanchez <remy.sanchez@hyperthese.net>
* Sam Thomson <sammthomson@gmail.com>
......@@ -49,4 +52,4 @@ or just made Pipeline more awesome.
* Venelin Stoykov <venelin@magicsolutions.bg>
* Victor Shnayder <victor@mitx.mit.edu>
* Zenobius Jiricek <zenobius.jiricek@gmail.com>
* Miroslav Shubernetskiy <miroslav@miki725.com>
......@@ -3,6 +3,15 @@
History
=======
1.3.8
-----
* Improve compiler API. Thanks to Remy Sanchez.
* Improve documentation on cache busting via staticfiles. Thanks to Rami Chowdhury.
* Fix url() bug for url with querystring and hash in them. Thanks to Miroslav Shubernetskiy.
* Add third party compilers in documentation. Thanks to Jared Scott.
* Fix extension compatibility with both jinja2 and coffin. Thanks to Mark Sandstrom.
* Add Livescript compiler. Thanks to Arnar Yngvason.
1.3.7
-----
......
......@@ -51,7 +51,7 @@ copyright = u'2011-2012, Timothée Peignier'
# The short X.Y version.
version = '1.3'
# The full version, including alpha/beta/rc tags.
release = '1.3.7'
release = '1.3.8'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name='django-pipeline',
version='1.3.7',
version='1.3.8',
description='Pipeline is an asset packaging library for Django.',
long_description=open('README.rst').read() + '\n\n' +
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