Skip to content

Commit 672d00b

Browse files
authored
Bump to 2.2.4 (#1328)
* Bump to 2.2.4 * Update CHANGELOG.rst
1 parent 1f3a7dd commit 672d00b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.rst

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

5-
unreleased
6-
==========
5+
2.2.4 (2023-01-13)
6+
==================
77
* Add Django 4.1 support
88
* Add python 3.11 tests
99
* Fix thumbnail generation for SVG images when used as a Divio addon.

filer/__init__.py

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

16-
__version__ = '2.2.3'
16+
__version__ = '2.2.4'
1717

1818
default_app_config = 'filer.apps.FilerConfig'

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
'Framework :: Django CMS :: 3.8',
3939
'Framework :: Django CMS :: 3.9',
4040
'Framework :: Django CMS :: 3.10',
41+
'Framework :: Django CMS :: 3.11',
42+
'Framework :: Django CMS :: 4.0',
43+
'Framework :: Django CMS :: 4.1',
4144
'Topic :: Internet :: WWW/HTTP',
4245
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
4346
'Topic :: Software Development',

0 commit comments

Comments
 (0)