From a0b335829c6798e08b79b88708539f3e3ca53240 Mon Sep 17 00:00:00 2001 From: yashlamba Date: Tue, 16 Jul 2024 09:55:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20release:=20v13.0.0b0.dev7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- invenio_app_rdm/__init__.py | 2 +- invenio_app_rdm/administration/records/__init__.py | 2 +- invenio_app_rdm/administration/records/records.py | 2 +- .../administration/user_moderation/user_moderation.py | 2 +- invenio_app_rdm/administration/users/__init__.py | 2 +- invenio_app_rdm/administration/users/users.py | 2 +- invenio_app_rdm/administration/views/ui.py | 2 +- invenio_app_rdm/cli.py | 2 +- tests/test_tasks.py | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/invenio_app_rdm/__init__.py b/invenio_app_rdm/__init__.py index 67a12703a..c92db51d7 100644 --- a/invenio_app_rdm/__init__.py +++ b/invenio_app_rdm/__init__.py @@ -17,6 +17,6 @@ # # See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440 -__version__ = "13.0.0b0.dev6" +__version__ = "13.0.0b0.dev7" __all__ = ("__version__",) diff --git a/invenio_app_rdm/administration/records/__init__.py b/invenio_app_rdm/administration/records/__init__.py index 08db609a5..043e58eab 100644 --- a/invenio_app_rdm/administration/records/__init__.py +++ b/invenio_app_rdm/administration/records/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2023 CERN. +# Copyright (C) 2023-2024 CERN. # # Invenio App RDM 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/invenio_app_rdm/administration/records/records.py b/invenio_app_rdm/administration/records/records.py index b605383f0..5eb699202 100644 --- a/invenio_app_rdm/administration/records/records.py +++ b/invenio_app_rdm/administration/records/records.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2023 CERN. +# Copyright (C) 2023-2024 CERN. # Copyright (C) 2023 Graz University of Technology. # # invenio-administration is free software; you can redistribute it and/or diff --git a/invenio_app_rdm/administration/user_moderation/user_moderation.py b/invenio_app_rdm/administration/user_moderation/user_moderation.py index 5102f422c..158016a17 100644 --- a/invenio_app_rdm/administration/user_moderation/user_moderation.py +++ b/invenio_app_rdm/administration/user_moderation/user_moderation.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2023 CERN. +# Copyright (C) 2023-2024 CERN. # # Invenio App RDM 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/invenio_app_rdm/administration/users/__init__.py b/invenio_app_rdm/administration/users/__init__.py index 140952624..024481200 100644 --- a/invenio_app_rdm/administration/users/__init__.py +++ b/invenio_app_rdm/administration/users/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2023 CERN. +# Copyright (C) 2023-2024 CERN. # # Invenio App RDM 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/invenio_app_rdm/administration/users/users.py b/invenio_app_rdm/administration/users/users.py index c22937cf7..309ce648a 100644 --- a/invenio_app_rdm/administration/users/users.py +++ b/invenio_app_rdm/administration/users/users.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2023 CERN. +# Copyright (C) 2023-2024 CERN. # # Invenio App RDM 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/invenio_app_rdm/administration/views/ui.py b/invenio_app_rdm/administration/views/ui.py index 8a6db1ffb..4dbfc537b 100644 --- a/invenio_app_rdm/administration/views/ui.py +++ b/invenio_app_rdm/administration/views/ui.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2023 CERN. +# Copyright (C) 2023-2024 CERN. # # Invenio App RDM 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/invenio_app_rdm/cli.py b/invenio_app_rdm/cli.py index e72008a34..80061c5b2 100644 --- a/invenio_app_rdm/cli.py +++ b/invenio_app_rdm/cli.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2022 CERN. +# Copyright (C) 2022-2024 CERN. # # Invenio-App-RDM 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/test_tasks.py b/tests/test_tasks.py index ea225bb5a..49bec47ab 100644 --- a/tests/test_tasks.py +++ b/tests/test_tasks.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2022 CERN. +# Copyright (C) 2022-2024 CERN. # # Invenio App RDM is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details.