Skip to content

Commit

Permalink
release: v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Dec 14, 2023
1 parent e5c2be4 commit d7aca27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -10,6 +10,9 @@
Changes
=======

Version 2.0.3 (release 2023-12-14)

- files: avoid creating directories while opening files for reading

Version 2.0.2 (release 2023-11-01)

Expand Down
2 changes: 1 addition & 1 deletion invenio_files_rest/__init__.py
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.2"
__version__ = "2.0.3"

__all__ = (
"__version__",
Expand Down

0 comments on commit d7aca27

Please sign in to comment.