Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberdelia committed Aug 1, 2015
1 parent ffb9140 commit d068a01
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
9 changes: 7 additions & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ or just made Pipeline more awesome.
* Adam Charnock <acharnock@gmail.com>
* Alan Lu <gotoalanlu@gmail.com>
* Aleksey Porfirov <lexqt@yandex.ru>
* Alex Gavrișco <alexandr@gavrisco.com>
* Alexander Artemenko <svetlyak40wt>
* Alexander Pugachev <alexander.pugachev@gmail.com>
* Alexis Svinartchouk <zvin@free.fr>
Expand Down Expand Up @@ -49,6 +50,7 @@ or just made Pipeline more awesome.
* Hannes Ljungberg <hannes.ljungberg@gmail.com>
* Idan Zalzberg <idanzalz@gmail.com>
* Jacob Haslehurst <jacob@haslehurst.net>
* James Keys <skolsuper@gmail.com>
* Jannis Leidel <jannis@leidel.info>
* Jared Scott <jscott@convertro.com>
* Jaromir Fojtu <jaromir.fojtu@gmail.com>
Expand All @@ -58,10 +60,11 @@ or just made Pipeline more awesome.
* Julien Hartmann <julien@etherdream.org>
* Kristian Glass <git@doismellburning.co.uk>
* Kyle MacFarlane <kyle@deletethetrees.com>
* Luke Yu-Po Chen <nuemail@gmail.com>
* Leonardo Orozco <leonardoorozcop@gmail.com>
* Luke Yu-Po Chen <nuemail@gmail.com>
* Mark Sandstrom <mark@deliciouslynerdy.com>
* Matt Dennewitz <mattdennewitz@gmail.com>
* Matthieu Gallet <matthieu.gallet@19pouces.net>
* Max Klymyshyn <klymyshyn@gmail.com>
* Melvin Laplanche <melvin.laplanche+dev@gmail.com>
* Michael Weibel <michael.weibel@gmail.com>
Expand All @@ -70,6 +73,7 @@ or just made Pipeline more awesome.
* Mike Gilbert <floppym@gentoo.org>
* Miroslav Shubernetskiy <miroslav@miki725.com>
* Natal Ngetal <natal.ngetal@novapost.fr>
* Nathan Shafer <nate@torzo.com>
* Patrick Altman <paltman@gmail.com>
* Peter Baumgartner <pete@lincolnloop.com>
* Philipp Wollermann <philipp.wollermann@gmail.com>
Expand All @@ -82,7 +86,9 @@ or just made Pipeline more awesome.
* Sander Smits <jhmsmits@gmail.com>
* Sander Steffann <sander@steffann.nl>
* Sayed Raianul Kabir <raian@newscred.com>
* Simon Lydell <simon.lydell@gmail.com>
* Sirex <sirexas@gmail.com>
* Stefano Brentegani <sbrentegani@gmail.com>
* Stephan Wienczny <stephan@wienczny.de>
* Steven Cummings <estebistec@gmail.com>
* Tadas Dailyda <tadas@dailyda.com>
Expand All @@ -97,4 +103,3 @@ or just made Pipeline more awesome.
* Wictor Olseryd <wictor@olseryd.se>
* Zachary Kazanski <kazanski.zachary@gmail.com>
* Zenobius Jiricek <zenobius.jiricek@gmail.com>
* Alex Gavrișco <alexandr@gavrisco.com>
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
History
=======

1.5.3
=====

* Fix futures import. Thanks to Mathieu Gallet.
* Make GZIPMixin returns the gziped file.
* Fix import shadowing. Thanks to Christofer Bertonha.
* Fix tests settings for Django 1.9. Thanks to Leonardo Orozco.
* Improve javascript concatenation. Thanks to Simon Lydell and Alex Gavrișco.
* Improve finder logic. Thanks to Nathan Shafer and James Keys.
* Documentation fix. Thanks to Stefano Brentegani.

1.5.2
=====

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# The short X.Y version.
version = '1.5'
# The full version, including alpha/beta/rc tags.
release = '1.5.2'
release = '1.5.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='django-pipeline',
version='1.5.2',
version='1.5.3',
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(),
Expand Down

0 comments on commit d068a01

Please sign in to comment.