From e78e8a492d58b2a99ff490d6fe117548c8dfbb8e Mon Sep 17 00:00:00 2001 From: Camilo Nova Date: Thu, 13 Sep 2018 16:48:31 -0500 Subject: [PATCH] Bump version --- CHANGES.rst | 19 +++++++++++++++++++ sorl/__init__.py | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 012fa6dde..bc9b26c68 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 ====== diff --git a/sorl/__init__.py b/sorl/__init__.py index f00472581..28da247b4 100644 --- a/sorl/__init__.py +++ b/sorl/__init__.py @@ -5,7 +5,7 @@ __author__ = "Mikko Hellsing" __license__ = "BSD" -__version__ = '12.4.1' +__version__ = '12.5.0' __maintainer__ = "Jazzband" __email__ = "mariocesar@humanzilla.com"