We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2380c commit 6a4706dCopy full SHA for 6a4706d
CHANGELOG.rst
@@ -2,6 +2,11 @@
2
CHANGELOG
3
=========
4
5
+2.2.2 (2022-08-02)
6
+==================
7
+* Fix #1305: Install django-filer with easy-thumbnail's optional SVG support.
8
+
9
10
2.2.1 (2022-06-05)
11
==================
12
@@ -87,6 +92,7 @@ CHANGELOG
87
92
* Fix #1247: Not owned files in unfiled folder can not be listed if perms are ON.
88
93
* Fix #1184: OSError close file before deletion on file move.
89
94
95
90
96
2.0.2 (2020-09-10)
91
97
98
filer/__init__.py
@@ -13,6 +13,6 @@
13
8. Publish the release and it will automatically release to pypi
14
"""
15
16
-__version__ = '2.2.1'
+__version__ = '2.2.2'
17
18
default_app_config = 'filer.apps.FilerConfig'
0 commit comments