Skip to content

Commit

Permalink
Bump to version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Aug 2, 2022
1 parent df2380c commit 6a4706d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
CHANGELOG
=========

2.2.2 (2022-08-02)
==================
* Fix #1305: Install django-filer with easy-thumbnail's optional SVG support.


2.2.1 (2022-06-05)
==================

Expand Down Expand Up @@ -87,6 +92,7 @@ CHANGELOG
* Fix #1247: Not owned files in unfiled folder can not be listed if perms are ON.
* Fix #1184: OSError close file before deletion on file move.


2.0.2 (2020-09-10)
==================

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.1'
__version__ = '2.2.2'

default_app_config = 'filer.apps.FilerConfig'

0 comments on commit 6a4706d

Please sign in to comment.