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 9c8a5be commit 83e209fCopy full SHA for 83e209f
CHANGELOG.rst
@@ -2,9 +2,11 @@
2
CHANGELOG
3
=========
4
5
-unreleased
6
-==========
+3.0.2 (2023-07-17)
+==================
7
8
+* Fix another bug when the the thumbnailer in admin tags crashes because of
9
+ invalid or missing file
10
* Ensure action buttons in directory listing do not get disabled after using
11
cancel or back button if files or folders are selected.
12
filer/__init__.py
@@ -13,6 +13,6 @@
13
8. Publish the release and it will automatically release to pypi
14
"""
15
16
-__version__ = '3.0.1'
+__version__ = '3.0.2'
17
18
default_app_config = 'filer.apps.FilerConfig'
0 commit comments