Skip to content

Commit 83e209f

Browse files
authored
fix: bump version and add changelog entry (#1390)
1 parent 9c8a5be commit 83e209f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.rst

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

5-
unreleased
6-
==========
5+
3.0.2 (2023-07-17)
6+
==================
77

8+
* Fix another bug when the the thumbnailer in admin tags crashes because of
9+
invalid or missing file
810
* Ensure action buttons in directory listing do not get disabled after using
911
cancel or back button if files or folders are selected.
1012

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__ = '3.0.1'
16+
__version__ = '3.0.2'
1717

1818
default_app_config = 'filer.apps.FilerConfig'

0 commit comments

Comments
 (0)