From 7aa4b78244b0e64f637200530c407615a026075c Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Thu, 28 Nov 2024 21:20:21 +0100 Subject: [PATCH] release: v6.0.0 --- CHANGES.rst | 5 +++++ invenio_accounts/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 445077f8..b1bce255 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 v6.0.0 (released 2024-11-29) + +- setup: bump major 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..a86a96be 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__ = "6.0.0" __all__ = ( "__version__",