Skip to content

Commit

Permalink
release: v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Nov 28, 2024
1 parent 1bf39ed commit 86f606a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
..
This file is part of Invenio.
Copyright (C) 2015-2024 CERN.
Copyright (C) 2024 Graz University of Technology.
Invenio is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.
Expand All @@ -10,6 +11,10 @@
Changes
=======

Version 2.2.3 (release 2024-11-28)

- setup: pin dependencies

Version 2.2.2 (release 2024-11-05)

- fix: LegacyAPIWarning of sqlalchemy
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.2"
__version__ = "2.2.3"

__all__ = (
"__version__",
Expand Down

0 comments on commit 86f606a

Please sign in to comment.