diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4bb1967..bed5d5c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Invenio. -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2025 CERN. # Copyright (C) 2022 Graz University of Technology. # # Invenio is free software; you can redistribute it and/or modify it diff --git a/CHANGES.rst b/CHANGES.rst index 4ee4ed4..ea18363 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,10 @@ Changes ======= +Version v5.4.2 (released 2025-02-25) + +- ci: switch to reusable GH actions + Version v5.4.1 (released 2025-02-25) - services: explicitly set max results to 10,000 for admin user search diff --git a/invenio_users_resources/__init__.py b/invenio_users_resources/__init__.py index 8e83ff2..5816644 100644 --- a/invenio_users_resources/__init__.py +++ b/invenio_users_resources/__init__.py @@ -10,6 +10,6 @@ """Invenio module providing management APIs for users and roles/groups.""" -__version__ = "5.4.1" +__version__ = "5.4.2" __all__ = ("__version__",)