Skip to content

Commit 48f32bf

Browse files
committed
📦 release: v11.6.0
1 parent 3eb670d commit 48f32bf

File tree

49 files changed

+66
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+66
-48
lines changed

‎CHANGES.rst

+18

‎invenio_rdm_records/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
from .ext import InvenioRDMRecords
1212

13-
__version__ = "11.5.0"
13+
__version__ = "11.6.0"
1414

1515
__all__ = ("__version__", "InvenioRDMRecords")

‎invenio_rdm_records/administration/views/oai.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2022 CERN.
3+
# Copyright (C) 2022-2024 CERN.
44
# Copyright (C) 2023 Graz University of Technology.
55
#
66
# invenio-administration is free software; you can redistribute it and/or

‎invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/fields/CreatibutorsField/CreatibutorsFieldItem.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of Invenio-RDM-Records
2-
// Copyright (C) 2020-2023 CERN.
2+
// Copyright (C) 2020-2024 CERN.
33
// Copyright (C) 2020-2022 Northwestern University.
44
// Copyright (C) 2021 New York University.
55
//

‎invenio_rdm_records/contrib/imprint/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2023 CERN.
3+
# Copyright (C) 2023-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎invenio_rdm_records/contrib/thesis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2023 CERN.
3+
# Copyright (C) 2023-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎invenio_rdm_records/contrib/thesis/custom_fields.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2023 CERN.
3+
# Copyright (C) 2023-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎invenio_rdm_records/records/dumpers/pids.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2021 CERN.
3+
# Copyright (C) 2021-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎invenio_rdm_records/resources/args.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2021 CERN.
3+
# Copyright (C) 2021-2024 CERN.
44
#
55
# Invenio-Drafts-Resources is free software; you can redistribute it and/or
66
# modify it under the terms of the MIT License; see LICENSE file for more

‎invenio_rdm_records/resources/serializers/cff/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2023 CERN.
3+
# Copyright (C) 2023-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎invenio_rdm_records/resources/serializers/codemeta/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2023 CERN.
3+
# Copyright (C) 2023-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎invenio_rdm_records/resources/serializers/datacite/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2021 CERN.
3+
# Copyright (C) 2021-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎invenio_rdm_records/resources/serializers/dcat/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2023 CERN
3+
# Copyright (C) 2023-2024 CERN
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎invenio_rdm_records/resources/serializers/dcat/schema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2023 CERN.
3+
# Copyright (C) 2023-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎invenio_rdm_records/resources/serializers/geojson/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2023 CERN
3+
# Copyright (C) 2023-2024 CERN
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎invenio_rdm_records/resources/serializers/iiif/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2021 CERN.
3+
# Copyright (C) 2021-2024 CERN.
44
# Copyright (C) 2021 data-futures.
55
# Copyright (C) 2022 Universität Hamburg.
66
#

‎invenio_rdm_records/resources/serializers/schemaorg/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2023 CERN.
3+
# Copyright (C) 2023-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎invenio_rdm_records/resources/serializers/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2021 CERN.
3+
# Copyright (C) 2021-2024 CERN.
44
# Copyright (C) 2021 Northwestern University.
55
#
66
# Invenio-RDM-Records is free software; you can redistribute it and/or modify

‎invenio_rdm_records/services/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2023 CERN.
3+
# Copyright (C) 2023-2024 CERN.
44
# Copyright (C) 2022 Universität Hamburg.
55
#
66
# Invenio-RDM-Records is free software; you can redistribute it and/or modify

‎invenio_rdm_records/services/access/service.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2020-2021 CERN.
3+
# Copyright (C) 2020-2024 CERN.
44
# Copyright (C) 2020-2021 Northwestern University.
55
# Copyright (C) 2021 TU Wien.
66
# Copyright (C) 2023 Graz University of Technology.

‎invenio_rdm_records/services/community_inclusion/service.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2023 CERN.
3+
# Copyright (C) 2023-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎invenio_rdm_records/services/community_records/service.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2023 CERN.
3+
# Copyright (C) 2023-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎invenio_rdm_records/services/components/review.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2021 CERN.
3+
# Copyright (C) 2021-2024 CERN.
44
# Copyright (C) 2023 Graz University of Technology.
55
#
66
# Invenio-RDM-Records is free software; you can redistribute it and/or modify

‎invenio_rdm_records/services/files/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2023 CERN.
3+
# Copyright (C) 2023-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎invenio_rdm_records/services/files/service.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2023 CERN.
3+
# Copyright (C) 2023-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎invenio_rdm_records/services/generators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# Copyright (C) 2021 Graz University of Technology.
4-
# Copyright (C) 2021 CERN.
4+
# Copyright (C) 2021-2024 CERN.
55
# Copyright (C) 2021 TU Wien.
66
#
77
# Invenio-RDM-Records is free software; you can redistribute it and/or modify

‎invenio_rdm_records/services/github/metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2023 CERN.
3+
# Copyright (C) 2023-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎invenio_rdm_records/services/pids/errors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2021 CERN.
3+
# Copyright (C) 2021-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎invenio_rdm_records/services/requests/service.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2023 CERN.
3+
# Copyright (C) 2023-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎invenio_rdm_records/services/results.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2022 CERN.
3+
# Copyright (C) 2022-2024 CERN.
44
# Copyright (C) 2023 TU Wien.
55
# Copyright (C) 2024 Graz University of Technology.
66
#

‎invenio_rdm_records/services/schemas/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2020-2021 CERN.
3+
# Copyright (C) 2020-2024 CERN.
44
# Copyright (C) 2020-2021 Northwestern University.
55
# Copyright (C) 2021-2023 TU Wien.
66
# Copyright (C) 2021-2023 Graz University of Technology.

‎invenio_rdm_records/services/schemas/metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2020-2022 CERN.
3+
# Copyright (C) 2020-2024 CERN.
44
# Copyright (C) 2020 Northwestern University.
55
# Copyright (C) 2021-2023 Graz University of Technology.
66
#

‎invenio_rdm_records/services/schemas/parent/access.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2020-2021 CERN.
3+
# Copyright (C) 2020-2024 CERN.
44
# Copyright (C) 2020 Northwestern University.
55
# Copyright (C) 2021 TU Wien.
66
#

‎invenio_rdm_records/tokens/errors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2023 CERN.
3+
# Copyright (C) 2023-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎tests/contrib/codemeta/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2023 CERN.
3+
# Copyright (C) 2023-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎tests/fixtures/test_cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2021-2022 CERN.
3+
# Copyright (C) 2021-2024 CERN.
44
# Copyright (C) 2021-2022 Northwestern University.
55
#
66
# Invenio-RDM-Records is free software; you can redistribute it and/or modify

‎tests/records/dumpers/test_location_dumpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2020 CERN.
3+
# Copyright (C) 2020-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎tests/records/systemfields/test_permission_flags.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2023 CERN
3+
# Copyright (C) 2023-2024 CERN
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎tests/requests/test_user_moderation_actions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# # -*- coding: utf-8 -*-
22
# #
3-
# # Copyright (C) 2023 CERN.
3+
# # Copyright (C) 2023-2024 CERN.
44
# # Copyright (C) 2023 TU Wien.
55
# #
66
# # Invenio-RDM is free software; you can redistribute it and/or modify

‎tests/resources/test_draft_file_permissions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2021 CERN.
3+
# Copyright (C) 2021-2024 CERN.
44
# Copyright (C) 2021 Northwestern University.
55
#
66
# Invenio-RDM-Records is free software; you can redistribute it and/or modify

‎tests/resources/test_media_files.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2021 CERN.
3+
# Copyright (C) 2021-2024 CERN.
44
# Copyright (C) 2021 Northwestern University.
55
#
66
# Invenio-RDM-Records is free software; you can redistribute it and/or modify

‎tests/resources/test_publish_errors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2020-2021 CERN.
3+
# Copyright (C) 2020-2024 CERN.
44
# Copyright (C) 2020-2021 Northwestern University.
55
#
66
# Invenio-RDM-Records is free software; you can redistribute it and/or modify

‎tests/resources/test_record_file_permissions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2021 CERN.
3+
# Copyright (C) 2021-2024 CERN.
44
# Copyright (C) 2021 Northwestern University.
55
# Copyright (C) 2023 TU Wien.
66
#

‎tests/resources/test_resources_community_records.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2023 CERN.
3+
# Copyright (C) 2023-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎tests/services/components/test_pids_component.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2021 CERN.
3+
# Copyright (C) 2021-2024 CERN.
44
# Copyright (C) 2023 Northwestern University.
55
#
66
# Invenio-RDM-Records is free software; you can redistribute it and/or modify

‎tests/services/components/test_verified_component.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2023 CERN.
3+
# Copyright (C) 2023-2024 CERN.
44
#
55
# Invenio-RDM is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

‎tests/services/test_sort.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2021 CERN.
3+
# Copyright (C) 2021-2024 CERN.
44
# Copyright (C) 2021 Northwestern University.
55
#
66
# Invenio-Records-Resources is free software; you can redistribute it and/or

0 commit comments

Comments
 (0)