From cc4d9528a785c213c2bffef66a70455ce77a1a8f Mon Sep 17 00:00:00 2001 From: Alex Ioannidis Date: Wed, 6 Mar 2024 09:29:35 +0100 Subject: [PATCH] release: v12.0.0b3.dev4 --- .github/workflows/tests.yml | 2 +- invenio_app_rdm/__init__.py | 2 +- .../js/invenio_app_rdm/components/DisplayPartOfCommunities.js | 2 +- .../js/invenio_app_rdm/components/DisplayVerifiedCommunity.js | 2 +- .../js/invenio_app_rdm/components/RecordsResultsListItem.js | 2 +- .../user_dashboard/uploads_items/ComputerTabletUploadsItem.js | 2 +- .../user_dashboard/uploads_items/MobileUploadsItem.js | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a91ed62d1..43017b54c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020 CERN. +# Copyright (C) 2020-2024 CERN. # Copyright (C) 2020 Northwestern University. # Copyright (C) 2022 Graz University of Technology. # diff --git a/invenio_app_rdm/__init__.py b/invenio_app_rdm/__init__.py index 76e0e0aac..710a3deef 100644 --- a/invenio_app_rdm/__init__.py +++ b/invenio_app_rdm/__init__.py @@ -16,6 +16,6 @@ # # See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440 -__version__ = "12.0.0b3.dev3" +__version__ = "12.0.0b3.dev4" __all__ = ("__version__",) diff --git a/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/DisplayPartOfCommunities.js b/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/DisplayPartOfCommunities.js index 68ce4b35a..8471bdeb0 100644 --- a/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/DisplayPartOfCommunities.js +++ b/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/DisplayPartOfCommunities.js @@ -1,5 +1,5 @@ // This file is part of InvenioRDM -// Copyright (C) 2024 CERN. +// Copyright (C) 2024-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/theme/assets/semantic-ui/js/invenio_app_rdm/components/DisplayVerifiedCommunity.js b/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/DisplayVerifiedCommunity.js index eebb6f016..372b81698 100644 --- a/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/DisplayVerifiedCommunity.js +++ b/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/DisplayVerifiedCommunity.js @@ -1,5 +1,5 @@ // This file is part of InvenioRDM -// Copyright (C) 2024 CERN. +// Copyright (C) 2024-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/theme/assets/semantic-ui/js/invenio_app_rdm/components/RecordsResultsListItem.js b/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/RecordsResultsListItem.js index 1498408d0..cf07a2168 100644 --- a/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/RecordsResultsListItem.js +++ b/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/components/RecordsResultsListItem.js @@ -1,5 +1,5 @@ // This file is part of InvenioRDM -// Copyright (C) 2022 CERN. +// Copyright (C) 2022-2024 CERN. // // Invenio 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/theme/assets/semantic-ui/js/invenio_app_rdm/user_dashboard/uploads_items/ComputerTabletUploadsItem.js b/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/user_dashboard/uploads_items/ComputerTabletUploadsItem.js index 802b19f46..457587fcb 100644 --- a/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/user_dashboard/uploads_items/ComputerTabletUploadsItem.js +++ b/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/user_dashboard/uploads_items/ComputerTabletUploadsItem.js @@ -1,5 +1,5 @@ // This file is part of InvenioRDM -// 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/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/user_dashboard/uploads_items/MobileUploadsItem.js b/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/user_dashboard/uploads_items/MobileUploadsItem.js index a01f46bd0..e31b5b12e 100644 --- a/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/user_dashboard/uploads_items/MobileUploadsItem.js +++ b/invenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/user_dashboard/uploads_items/MobileUploadsItem.js @@ -1,5 +1,5 @@ // This file is part of InvenioRDM -// 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.