Skip to content

Commit

Permalink
fix: bump version and add changelog entry (#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitkumar authored Jul 17, 2023
1 parent 9c8a5be commit 83e209f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
CHANGELOG
=========

unreleased
==========
3.0.2 (2023-07-17)
==================

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

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

default_app_config = 'filer.apps.FilerConfig'

0 comments on commit 83e209f

Please sign in to comment.