Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberdelia committed Dec 20, 2015
1 parent 42323fd commit 3be9579
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 35 deletions.
37 changes: 4 additions & 33 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,10 @@
History
=======

1.5.4
1.6.0
=====

* Stop returning gzipped file when using GZIPMixin.
* Fix jinja templates packaging.

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
=====

* Use smart_bytes and smart_text appropriately. Thanks to Tadas Dailyda.
* Fix outdated logic. Thanks to Tadas Dailyda.

1.5.1
=====

* Prevent collecting all static multiple times per request. Thanks to Allard Stijnman.
* Fix encoding issues. Thanks to Leonardo Orozco.
* Improve Django 1.8. Thanks to Carl Meyer.

1.5.0
=====

* Add full support for Django 1.8.
* Drop support for Django 1.6.
* Add full support for Django 1.9.
* Drop support for Django 1.7.
* Drop support for Python 2.6.
* **BACKWARD INCOMPATIBLE** : Change configuration settings.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
# built documents.
#
# The short X.Y version.
version = '1.5'
version = '1.6'
# The full version, including alpha/beta/rc tags.
release = '1.5.4'
release = '1.6.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
7 changes: 7 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ To upgrade from pipeline 1.3, you will need to follow these steps:
)
Upgrading from 1.5
==================
To upgrade from pipeline 1.5, you will need update all your ``PIPELINE_*``
settings and move them under the new ``PIPELINE`` setting.
See :ref:`ref-configuration`.
Recommendations
===============
Expand Down

0 comments on commit 3be9579

Please sign in to comment.