Skip to content

Commit a01ab6b

Browse files
authored
feat: add changelog version (#1398)
1 parent 62a843a commit a01ab6b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
CHANGELOG
33
=========
44

5+
3.0.3 (2023-07-21)
6+
==================
7+
8+
* Fix copy folder being broken after django-mptt removal by @protoroto in https://github.com/django-cms/django-filer/pull/1393
9+
* fix: crash in the file detail view by @vinitkumar in https://github.com/django-cms/django-filer/pull/1395
10+
* Fix: actions.js error thrown in js console by @fsbraun in https://github.com/django-cms/django-filer/pull/1397
11+
512
3.0.2 (2023-07-17)
613
==================
714

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.2'
16+
__version__ = '3.0.3'
1717

1818
default_app_config = 'filer.apps.FilerConfig'

0 commit comments

Comments
 (0)