diff --git a/CHANGES.rst b/CHANGES.rst index 445077f8..5770f251 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. @@ -8,6 +9,10 @@ Changes ======= +Version v5.1.6 (released 2024-11-28) + +- setup: pin dependencies + Version v5.1.5 (released 2024-11-05) - model: make forward compatible to sqlalchemy >= 2 diff --git a/invenio_accounts/__init__.py b/invenio_accounts/__init__.py index 3fb2c006..aeb40513 100644 --- a/invenio_accounts/__init__.py +++ b/invenio_accounts/__init__.py @@ -55,7 +55,7 @@ from .ext import InvenioAccounts, InvenioAccountsREST, InvenioAccountsUI from .proxies import current_accounts -__version__ = "5.1.5" +__version__ = "5.1.6" __all__ = ( "__version__",