From bc0cb5a3d96f8f37279233943c7d6c27871faddb Mon Sep 17 00:00:00 2001 From: Felipe Carlos Date: Mon, 16 Jan 2023 15:07:22 -0300 Subject: [PATCH] package: preparing package to release a new version --- invenio_rdm_records/__init__.py | 3 ++- invenio_rdm_records/customizations.py | 3 +-- invenio_rdm_records/ext.py | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/invenio_rdm_records/__init__.py b/invenio_rdm_records/__init__.py index 9d7a127..65e2a66 100644 --- a/invenio_rdm_records/__init__.py +++ b/invenio_rdm_records/__init__.py @@ -2,6 +2,7 @@ # # Copyright (C) 2019-2022 CERN. # Copyright (C) 2019-2022 Northwestern University. +# Copyright (C) 2022-2023 GEO Secretariat. # # 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. @@ -10,6 +11,6 @@ from .ext import InvenioRDMRecords -__version__ = "0.35.21" +__version__ = "0.35.22" __all__ = ("__version__", "InvenioRDMRecords") diff --git a/invenio_rdm_records/customizations.py b/invenio_rdm_records/customizations.py index 95a59d9..6035dce 100644 --- a/invenio_rdm_records/customizations.py +++ b/invenio_rdm_records/customizations.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2019 CERN. -# Copyright (C) 2019 Northwestern University. +# Copyright (C) 2022-2023 GEO Secretariat. # # 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/invenio_rdm_records/ext.py b/invenio_rdm_records/ext.py index 6dea468..6b5d4dc 100644 --- a/invenio_rdm_records/ext.py +++ b/invenio_rdm_records/ext.py @@ -3,6 +3,7 @@ # Copyright (C) 2019-2022 CERN. # Copyright (C) 2019-2021 Northwestern University. # Copyright (C) 2022 Universität Hamburg. +# Copyright (C) 2022-2023 GEO Secretariat. # # 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.