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 45ef9ee commit 71d16caCopy full SHA for 71d16ca
CHANGELOG.rst
@@ -2,7 +2,7 @@
2
CHANGELOG
3
=========
4
5
-unreleased
+3.0.1 (2023-07-13)
6
==================
7
8
* Fix a bug that creates a server error when requesting a thumbnail from an
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.0'
+__version__ = '3.0.1'
17
18
default_app_config = 'filer.apps.FilerConfig'
0 commit comments