Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
anrie committed Aug 31, 2017
1 parent 08d3f22 commit db70faf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ and added to the ``INSTALLED_APPS``.

The `easy-thumbnails` backend requires that you adjust the thumbnail processors in your ``settings``::

INSTALLED_APPS = [
INSTALLED_APPS = [
...
'easy_thumbnails',
'image_cropping',
Expand Down Expand Up @@ -336,8 +336,13 @@ The cropping widget is not displayed when using a ``ForeignKey``.
Changelog
=========

1.1 (unreleased)
----------------
1.1
---

- Make django-image-cropping comapatible with Django 1.11

1.0.4
-----

- Move and encapsulate the logic for creating cropped thumbnails to a swappable backend. (`@fgmacedo <https://github.com/fgmacedo>`_ in #92)

Expand Down
2 changes: 1 addition & 1 deletion image_cropping/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .admin import ImageCroppingMixin
from .widgets import ImageCropWidget

__version__ = '1.0.4'
__version__ = '1.1.0'

0 comments on commit db70faf

Please sign in to comment.