Skip to content

Commit

Permalink
Merge e78e8a4 into 662aba8
Browse files Browse the repository at this point in the history
  • Loading branch information
camilonova committed Sep 13, 2018
2 parents 662aba8 + e78e8a4 commit ce53036
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGES.rst
Expand Up @@ -2,6 +2,25 @@
Changelog
=========

12.5.0
======

* Fix flake8 task not being run properly
* Make the template tag accept a falsey image
* Update identify (of convert_engine) for faster multi-page PDF thumbnailing
* Fix Redis KVStore timeout
* Fix format conversion in Wand engine
* Added setting THUMBNAIL_REMOVE_URL_ARGS
* Add testing for Django 2.1
* Drop support for Django < 1.11
* Added ssl parameter to Redis object instantiation
* Fix 2 ResourceWarning: unclosed file, in tests
* Fix AdminImageWidget with Django 2.1
* Test in release version of Python 3.7
* Remove unused unittest imports in thumbnail_tests.compat
* Add a __str__ method to ImageFile


12.4.1
======

Expand Down
2 changes: 1 addition & 1 deletion sorl/__init__.py
Expand Up @@ -5,7 +5,7 @@

__author__ = "Mikko Hellsing"
__license__ = "BSD"
__version__ = '12.4.1'
__version__ = '12.5.0'
__maintainer__ = "Jazzband"
__email__ = "mariocesar@humanzilla.com"

Expand Down

0 comments on commit ce53036

Please sign in to comment.