From 86f606a0c5b40b6ed17003a400051aa2ff3608b6 Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Thu, 28 Nov 2024 08:37:07 +0100 Subject: [PATCH] release: v2.2.3 --- CHANGES.rst | 5 +++++ invenio_files_rest/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 928cb37..4c40b13 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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. @@ -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 diff --git a/invenio_files_rest/__init__.py b/invenio_files_rest/__init__.py index 51768a0..66fdb7f 100644 --- a/invenio_files_rest/__init__.py +++ b/invenio_files_rest/__init__.py @@ -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__",