From a8a71a8527cb8932cc472ccd47e852b7fc0b7c4a Mon Sep 17 00:00:00 2001 From: Zacharias Zacharodimos Date: Thu, 12 Oct 2023 17:40:32 +0200 Subject: [PATCH] release: v4.34.0 --- CHANGES.rst | 8 ++++++++ invenio_rdm_records/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 890bfe3e6..a1177ed28 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,14 @@ Changes ======= +Version 4.34.0 (2023-10-12) + +- oai: add alias methods for backwards compatibility +- oai: marcxml: string encoding bug +- dependencies: upper pinned types requests. +- add schemaorg serializer +- oaiserver: add rebuild index method + Version 4.33.2 (2023-10-11) - deposit form: improve UX of contributors modal diff --git a/invenio_rdm_records/__init__.py b/invenio_rdm_records/__init__.py index 82dd2c0b5..a45a47aeb 100644 --- a/invenio_rdm_records/__init__.py +++ b/invenio_rdm_records/__init__.py @@ -10,6 +10,6 @@ from .ext import InvenioRDMRecords -__version__ = "4.33.2" +__version__ = "4.34.0" __all__ = ("__version__", "InvenioRDMRecords")