From b20f02164fca7e664ef65158d3423ac9ade70b37 Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Thu, 28 Nov 2024 21:12:03 +0100 Subject: [PATCH] release: v4.0.0 --- CHANGES.rst | 5 +++++ invenio_access/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index c98fcca..60a0e0a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,7 @@ .. This file is part of Invenio. Copyright (C) 2015-2022 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 4.0.0 (released 2024-11-29) + +- setup: bump major dependencies + Version 3.0.0 (released 2024-11-13) - i18n:push translations diff --git a/invenio_access/__init__.py b/invenio_access/__init__.py index 5b684d6..9d871f0 100644 --- a/invenio_access/__init__.py +++ b/invenio_access/__init__.py @@ -439,7 +439,7 @@ ) from .proxies import current_access -__version__ = "3.0.0" +__version__ = "4.0.0" __all__ = ( "__version__",