From 8be0bb4b33163238f7687b960782d3bd4291c680 Mon Sep 17 00:00:00 2001 From: Alex Ioannidis Date: Fri, 2 Aug 2024 10:34:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20release:=20v6.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 4 ++++ invenio_records_resources/__init__.py | 2 +- invenio_records_resources/services/base/config.py | 2 +- invenio_records_resources/services/base/results.py | 2 +- invenio_records_resources/services/base/service.py | 2 +- invenio_records_resources/services/records/config.py | 2 +- tests/services/conftest.py | 2 +- tests/services/test_service_create_update.py | 2 +- 8 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 434819d1..80fcf64c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,10 @@ Changes ======= +Version v6.2.0 (released 2024-08-02) + +- service: add bulk create/update method + Version v6.1.1 (released 2024-07-30) - services: reraise permission errors for records diff --git a/invenio_records_resources/__init__.py b/invenio_records_resources/__init__.py index 38c8d043..1c644122 100644 --- a/invenio_records_resources/__init__.py +++ b/invenio_records_resources/__init__.py @@ -10,6 +10,6 @@ from .ext import InvenioRecordsResources -__version__ = "6.1.1" +__version__ = "6.2.0" __all__ = ("__version__", "InvenioRecordsResources") diff --git a/invenio_records_resources/services/base/config.py b/invenio_records_resources/services/base/config.py index fea60535..55c78ab3 100644 --- a/invenio_records_resources/services/base/config.py +++ b/invenio_records_resources/services/base/config.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020-2022 CERN. +# Copyright (C) 2020-2024 CERN. # Copyright (C) 2020-2022 Northwestern University. # # Invenio-Records-Resources is free software; you can redistribute it and/or diff --git a/invenio_records_resources/services/base/results.py b/invenio_records_resources/services/base/results.py index 14334eee..7cdfa146 100644 --- a/invenio_records_resources/services/base/results.py +++ b/invenio_records_resources/services/base/results.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2024 CERN. # Copyright (C) 2020 Northwestern University. # # Invenio-Records-Resources is free software; you can redistribute it and/or diff --git a/invenio_records_resources/services/base/service.py b/invenio_records_resources/services/base/service.py index 9ec73277..8e0c7b06 100644 --- a/invenio_records_resources/services/base/service.py +++ b/invenio_records_resources/services/base/service.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020-2022 CERN. +# Copyright (C) 2020-2024 CERN. # Copyright (C) 2020-2021 Northwestern University. # # Invenio-Records-Resources is free software; you can redistribute it and/or diff --git a/invenio_records_resources/services/records/config.py b/invenio_records_resources/services/records/config.py index 995a74cb..6b67fc9a 100644 --- a/invenio_records_resources/services/records/config.py +++ b/invenio_records_resources/services/records/config.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020-2022 CERN. +# Copyright (C) 2020-2024 CERN. # Copyright (C) 2020 Northwestern University. # Copyright (C) 2023 Graz University of Technology. # diff --git a/tests/services/conftest.py b/tests/services/conftest.py index e35a8cbc..b359f0bd 100644 --- a/tests/services/conftest.py +++ b/tests/services/conftest.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020-2021 CERN. +# Copyright (C) 2020-2024 CERN. # Copyright (C) 2021 Northwestern University. # # Invenio-Records-Resources is free software; you can redistribute it and/or diff --git a/tests/services/test_service_create_update.py b/tests/services/test_service_create_update.py index fc8486b6..c6a774b3 100644 --- a/tests/services/test_service_create_update.py +++ b/tests/services/test_service_create_update.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2024 CERN. # Copyright (C) 2020 Northwestern University. # # Invenio-Records-Resources is free software; you can redistribute it and/or