From 531d0c70bda48c9ff5f4e60eccc9ada5bf197b25 Mon Sep 17 00:00:00 2001 From: Pablo Tamarit Date: Thu, 20 Feb 2025 10:57:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20release:=20v7.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 5 +++++ invenio_vocabularies/__init__.py | 4 ++-- invenio_vocabularies/config.py | 2 +- invenio_vocabularies/contrib/subjects/config.py | 2 +- invenio_vocabularies/contrib/subjects/nvs/__init__.py | 2 +- invenio_vocabularies/contrib/subjects/nvs/datastreams.py | 2 +- invenio_vocabularies/factories.py | 2 +- tests/contrib/subjects/nvs/test_subjects_nvs_datastream.py | 2 +- 8 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index f3232f6c..016baabe 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,11 @@ Changes ======= +Version v7.1.0 (released 2025-02-20) + +- subjects: renamed bodc to nvs +- bodc: updated file uri & subject label + Version v7.0.0 (released 2025-02-13) - Promote to stable release diff --git a/invenio_vocabularies/__init__.py b/invenio_vocabularies/__init__.py index 59dbaa05..743a6286 100644 --- a/invenio_vocabularies/__init__.py +++ b/invenio_vocabularies/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020-2024 CERN. +# Copyright (C) 2020-2025 CERN. # Copyright (C) 2024 Graz University of Technology. # # Invenio-Vocabularies is free software; you can redistribute it and/or @@ -11,6 +11,6 @@ from .ext import InvenioVocabularies -__version__ = "7.0.0" +__version__ = "7.1.0" __all__ = ("__version__", "InvenioVocabularies") diff --git a/invenio_vocabularies/config.py b/invenio_vocabularies/config.py index 5c7e8f50..fdb57808 100644 --- a/invenio_vocabularies/config.py +++ b/invenio_vocabularies/config.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020-2024 CERN. +# Copyright (C) 2020-2025 CERN. # Copyright (C) 2021 Northwestern University. # Copyright (C) 2024 University of Münster. # diff --git a/invenio_vocabularies/contrib/subjects/config.py b/invenio_vocabularies/contrib/subjects/config.py index 70061ca5..bd0df2b5 100644 --- a/invenio_vocabularies/contrib/subjects/config.py +++ b/invenio_vocabularies/contrib/subjects/config.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2021-2024 CERN. +# Copyright (C) 2021-2025 CERN. # Copyright (C) 2021 Northwestern University. # Copyright (C) 2024 University of Münster. # diff --git a/invenio_vocabularies/contrib/subjects/nvs/__init__.py b/invenio_vocabularies/contrib/subjects/nvs/__init__.py index 6d8dd874..0f0a1b7e 100644 --- a/invenio_vocabularies/contrib/subjects/nvs/__init__.py +++ b/invenio_vocabularies/contrib/subjects/nvs/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2024 CERN. +# Copyright (C) 2024-2025 CERN. # # Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more diff --git a/invenio_vocabularies/contrib/subjects/nvs/datastreams.py b/invenio_vocabularies/contrib/subjects/nvs/datastreams.py index a22ca183..34d2ea97 100644 --- a/invenio_vocabularies/contrib/subjects/nvs/datastreams.py +++ b/invenio_vocabularies/contrib/subjects/nvs/datastreams.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2024 CERN. +# Copyright (C) 2024-2025 CERN. # # Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more diff --git a/invenio_vocabularies/factories.py b/invenio_vocabularies/factories.py index aa44b530..bd803422 100644 --- a/invenio_vocabularies/factories.py +++ b/invenio_vocabularies/factories.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2024 CERN. +# Copyright (C) 2024-2025 CERN. # Copyright (C) 2024 KTH Royal Institute of Technology. # # Invenio-Vocabularies is free software; you can redistribute it and/or diff --git a/tests/contrib/subjects/nvs/test_subjects_nvs_datastream.py b/tests/contrib/subjects/nvs/test_subjects_nvs_datastream.py index 299cf4d8..59efde56 100644 --- a/tests/contrib/subjects/nvs/test_subjects_nvs_datastream.py +++ b/tests/contrib/subjects/nvs/test_subjects_nvs_datastream.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2024 CERN. +# Copyright (C) 2024-2025 CERN. # # Invenio-Vocabularies is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more