Skip to content

Commit 71d16ca

Browse files
authored
feat: add version in filer and also on changelog (#1385)
1 parent 45ef9ee commit 71d16ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
CHANGELOG
33
=========
44

5-
unreleased
5+
3.0.1 (2023-07-13)
66
==================
77

88
* Fix a bug that creates a server error when requesting a thumbnail from an

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.0'
16+
__version__ = '3.0.1'
1717

1818
default_app_config = 'filer.apps.FilerConfig'

0 commit comments

Comments
 (0)