Skip to content

Commit

Permalink
Set new version 12.11.0 for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Sep 18, 2024
1 parent 6b1c0e8 commit 7d4ca2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changes
=======

Unreleased
==========
12.11.0
=======
* Deprecated ``THUMBNAIL_KVSTORE``. Only the Django cache-based store will be
used in a future version.
* Add support for Django 5.0 and 5.1
Expand Down
8 changes: 3 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Features at a glance
====================

- Support for Django 4.2, 5.0 and 5.1 following the `Django supported versions policy`_
- Python 3 support
- Storage support
- Pluggable Engine support for `Pillow`_, `ImageMagick`_, `PIL`_, `Wand`_, `pgmagick`_, and `vipsthumbnail`_
- Pluggable Key Value Store support (cached db, redis, and dynamodb by AWS)
Expand Down Expand Up @@ -74,13 +73,12 @@ Then register 'sorl.thumbnail', in the 'INSTALLED_APPS' section of
your project's settings. ::

INSTALLED_APPS = [
'django.contrib.auth',
'django.contrib.admin',
'django.contrib.sites',
'django.contrib.comments',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.contenttypes',
'django.contrib.staticfiles',

'sorl.thumbnail',
]
Expand Down

0 comments on commit 7d4ca2b

Please sign in to comment.