Skip to content

Commit

Permalink
release: v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Jan 24, 2023
1 parent 5c5875a commit 4439518
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
Changes
=======

Version 1.4.0 (release 2023-01-24)

- tasks: add orphan cleaning celery task

Version 1.3.3 (release 2022-04-06)

- Fix Flask v2.1 issues.
Expand Down
2 changes: 1 addition & 1 deletion invenio_files_rest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ def after_file_downloaded(event, sender_app, obj=None, **kwargs):
from .ext import InvenioFilesREST
from .proxies import current_files_rest

__version__ = "1.3.3"
__version__ = "1.4.0"

__all__ = (
"__version__",
Expand Down

0 comments on commit 4439518

Please sign in to comment.