Commit 6a84bd2a by Timothée Peignier

bump version

parent 176d5a4b
......@@ -42,6 +42,7 @@ or just made Pipeline more awesome.
* Max Klymyshyn <klymyshyn@gmail.com>
* Melvin Laplanche <melvin.laplanche+dev@gmail.com>
* Michael Weibel <michael.weibel@gmail.com>
* Michał Górny <mgorny@gentoo.org>
* Mike Gilbert <floppym@gentoo.org>
* Miroslav Shubernetskiy <miroslav@miki725.com>
* Patrick Altman <paltman@gmail.com>
......@@ -53,6 +54,7 @@ or just made Pipeline more awesome.
* Sam Thomson <sammthomson@gmail.com>
* Sander Smits <jhmsmits@gmail.com>
* Sirex <sirexas@gmail.com>
* Stephan Wienczny <stephan@wienczny.de>
* Steven Cummings <estebistec@gmail.com>
* Teo Klestrup Röijezon <teo@nullable.se>
* Timothée Peignier <timothee.peignier@tryphon.org>
......
......@@ -3,6 +3,13 @@
History
=======
1.3.16
------
* Fix python3 compatibility. Thanks to Stephan Wienczny.
* Various documentation improvements. Thanks to Chrish Clark, Michael Angeletti and Gokmen Gorgen.
* Tests improvements. Thanks to Michał Górny.
1.3.15
------
......
......@@ -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.15'
release = '1.3.16'
# 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.15',
version='1.3.16',
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