Skip to content

Commit

Permalink
release: v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Nov 1, 2023
1 parent a912f17 commit 7b8ca1c
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 @@ -11,6 +11,10 @@ Changes
=======


Version 2.0.2 (release 2023-11-01)

- pyfs: fix computing parent folder path on delete action

Version 2.0.1 (release 2023-10-02)

- models: handle bucket quota update on delete
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 @@ -974,7 +974,7 @@ def after_file_downloaded(event, sender_app, obj=None, **kwargs):
from .ext import InvenioFilesREST
from .proxies import current_files_rest

__version__ = "2.0.1"
__version__ = "2.0.2"

__all__ = (
"__version__",
Expand Down

0 comments on commit 7b8ca1c

Please sign in to comment.