Skip to content

Commit 7aa5c07

Browse files
committed
release: 3.1.1
1 parent 1c6a6b4 commit 7aa5c07

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
CHANGELOG
33
=========
44

5+
3.1.1 (2023-11-18)
6+
==================
7+
8+
* fix: Added compatibility code in aldryn_config go support setting THUMBNAIL_DEFAULT_STORAGE in django 4.2
9+
* fix: address failing gulp ci jobs
10+
* feat: Image dimensions update management command
11+
* ci: pre-commit autoupdate
12+
513
3.1.0 (2023-10-01)
614
==================
715

filer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
8. Publish the release and it will automatically release to pypi
1414
"""
1515

16-
__version__ = '3.1.0'
16+
__version__ = '3.1.1'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
'Framework :: Django CMS :: 3.11',
4343
'Framework :: Django CMS :: 4.0',
4444
'Framework :: Django CMS :: 4.1',
45+
'Framework :: Django CMS :: 4.2',
4546
'Topic :: Internet :: WWW/HTTP',
4647
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
4748
'Topic :: Software Development',

0 commit comments

Comments
 (0)