Skip to content

Commit

Permalink
feat: add changelog version (#1398)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitkumar authored Jul 21, 2023
1 parent 62a843a commit a01ab6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

3.0.3 (2023-07-21)
==================

* Fix copy folder being broken after django-mptt removal by @protoroto in https://github.com/django-cms/django-filer/pull/1393
* fix: crash in the file detail view by @vinitkumar in https://github.com/django-cms/django-filer/pull/1395
* Fix: actions.js error thrown in js console by @fsbraun in https://github.com/django-cms/django-filer/pull/1397

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

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

default_app_config = 'filer.apps.FilerConfig'

0 comments on commit a01ab6b

Please sign in to comment.