Skip to content

Commit

Permalink
Bump to 2.2.4 (#1328)
Browse files Browse the repository at this point in the history
* Bump to 2.2.4
* Update CHANGELOG.rst
  • Loading branch information
fsbraun authored Jan 13, 2023
1 parent 1f3a7dd commit 672d00b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
CHANGELOG
=========

unreleased
==========
2.2.4 (2023-01-13)
==================
* Add Django 4.1 support
* Add python 3.11 tests
* Fix thumbnail generation for SVG images when used as a Divio addon.
Expand Down
2 changes: 1 addition & 1 deletion filer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
8. Publish the release and it will automatically release to pypi
"""

__version__ = '2.2.3'
__version__ = '2.2.4'

default_app_config = 'filer.apps.FilerConfig'
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
'Framework :: Django CMS :: 3.8',
'Framework :: Django CMS :: 3.9',
'Framework :: Django CMS :: 3.10',
'Framework :: Django CMS :: 3.11',
'Framework :: Django CMS :: 4.0',
'Framework :: Django CMS :: 4.1',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development',
Expand Down

0 comments on commit 672d00b

Please sign in to comment.