Skip to content

Commit

Permalink
release: v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Nov 5, 2024
1 parent a9a74fe commit 2631a57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
Changes
=======

Version 2.2.2 (release 2024-11-05)

- fix: LegacyAPIWarning of sqlalchemy
- global: move to db.session.query syntax
- fix: compatibility with werkzeug >= 3.0.0

Version 2.2.1 (release 2024-09-19)

- fix: downloading for some weird filenames
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 @@ -973,7 +973,7 @@ def after_file_downloaded(event, sender_app, obj=None, **kwargs):
from .ext import InvenioFilesREST
from .proxies import current_files_rest

__version__ = "2.2.1"
__version__ = "2.2.2"

__all__ = (
"__version__",
Expand Down

0 comments on commit 2631a57

Please sign in to comment.