From 70a794fad5b2ed660200d3656f8f6b17b9f0804b Mon Sep 17 00:00:00 2001 From: Alex Ioannidis Date: Mon, 29 Jan 2024 18:35:44 +0100 Subject: [PATCH] relase: v5.1.0 --- CHANGES.rst | 7 ++++++- invenio_rdm_records/__init__.py | 4 ++-- .../resources/deserializers/rocrate/schema.py | 2 +- .../resources/serializers/schemaorg/schema.py | 2 +- invenio_rdm_records/services/components/pids.py | 2 +- tests/conftest.py | 2 +- tests/resources/conftest.py | 2 +- tests/resources/test_resources_pids.py | 2 +- tests/services/files/conftest.py | 2 +- 9 files changed, 15 insertions(+), 10 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index d58fd552c..09d77c143 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,6 @@ .. - Copyright (C) 2019-2023 CERN. + Copyright (C) 2019-2024 CERN. Copyright (C) 2019 Northwestern University. @@ -11,6 +11,11 @@ Changes ======= +Version 5.1.0 (released 2024-01-29) + +- pids: restore required PIDs on publish +- schema: add dataset specific fields to jsonld + Version 5.0.0 (2024-01-16) - communities: utilize community theming mechanism diff --git a/invenio_rdm_records/__init__.py b/invenio_rdm_records/__init__.py index b460b742a..439c41f57 100644 --- a/invenio_rdm_records/__init__.py +++ b/invenio_rdm_records/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2019-2023 CERN. +# Copyright (C) 2019-2024 CERN. # Copyright (C) 2019-2022 Northwestern University. # # Invenio-RDM-Records is free software; you can redistribute it and/or modify @@ -10,6 +10,6 @@ from .ext import InvenioRDMRecords -__version__ = "5.0.0" +__version__ = "5.1.0" __all__ = ("__version__", "InvenioRDMRecords") diff --git a/invenio_rdm_records/resources/deserializers/rocrate/schema.py b/invenio_rdm_records/resources/deserializers/rocrate/schema.py index 68440ef12..27d5c246b 100644 --- a/invenio_rdm_records/resources/deserializers/rocrate/schema.py +++ b/invenio_rdm_records/resources/deserializers/rocrate/schema.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2022 CERN. +# Copyright (C) 2022-2024 CERN. # Copyright (C) 2023 Graz University of Technology. # # Invenio-RDM-Records is free software; you can redistribute it and/or modify diff --git a/invenio_rdm_records/resources/serializers/schemaorg/schema.py b/invenio_rdm_records/resources/serializers/schemaorg/schema.py index a0a305243..1ed3d4621 100644 --- a/invenio_rdm_records/resources/serializers/schemaorg/schema.py +++ b/invenio_rdm_records/resources/serializers/schemaorg/schema.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2023 CERN. +# Copyright (C) 2023-2024 CERN. # Copyright (C) 2021 Northwestern University. # Copyright (C) 2023 Graz University of Technology. # diff --git a/invenio_rdm_records/services/components/pids.py b/invenio_rdm_records/services/components/pids.py index 66860a2c4..d6f2d78c8 100644 --- a/invenio_rdm_records/services/components/pids.py +++ b/invenio_rdm_records/services/components/pids.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) 2021 TU Wien. # Copyright (C) 2021 Graz University of Technology. diff --git a/tests/conftest.py b/tests/conftest.py index e7b3c724b..dbf09452d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2019-2022 CERN. +# Copyright (C) 2019-2024 CERN. # Copyright (C) 2019-2022 Northwestern University. # Copyright (C) 2021 TU Wien. # Copyright (C) 2022-2023 Graz University of Technology. diff --git a/tests/resources/conftest.py b/tests/resources/conftest.py index ea21979ed..e3d7b4ec8 100644 --- a/tests/resources/conftest.py +++ b/tests/resources/conftest.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2024 CERN. # Copyright (C) 2020 Northwestern University. # Copyright (C) 2021 TU Wien. # diff --git a/tests/resources/test_resources_pids.py b/tests/resources/test_resources_pids.py index 808388c83..8da039a71 100644 --- a/tests/resources/test_resources_pids.py +++ b/tests/resources/test_resources_pids.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2021 CERN. +# Copyright (C) 2021-2024 CERN. # # Invenio-RDM-Records is free software; you can redistribute it and/or modify # it under the terms of the MIT License; see LICENSE file for more details. diff --git a/tests/services/files/conftest.py b/tests/services/files/conftest.py index c6f907baa..104e52e1f 100644 --- a/tests/services/files/conftest.py +++ b/tests/services/files/conftest.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2024 CERN. # Copyright (C) 2020 Northwestern University. # Copyright (C) 2021 TU Wien. #