From beef4452f61604c738872475bddacc3613ce0c03 Mon Sep 17 00:00:00 2001 From: Zacharias Zacharodimos Date: Thu, 19 Oct 2023 08:47:40 +0200 Subject: [PATCH] release: v4.36.9 --- CHANGES.rst | 7 +++++++ invenio_rdm_records/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 999ae083b..710a7fb56 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,13 @@ Changes ======= +Version 4.36.9 (2023-10-18) + +- github: added support for extra metadata. +- edit: fix serialization of creator roles +- deposit: fix required identifiers for creators +- serializers: fix wrongly used get + Version 4.36.8 (2023-10-17) - github metadata: fix empty affiliations diff --git a/invenio_rdm_records/__init__.py b/invenio_rdm_records/__init__.py index 1c417ee19..30f8bc335 100644 --- a/invenio_rdm_records/__init__.py +++ b/invenio_rdm_records/__init__.py @@ -10,6 +10,6 @@ from .ext import InvenioRDMRecords -__version__ = "4.36.8" +__version__ = "4.36.9" __all__ = ("__version__", "InvenioRDMRecords")