From 0f6bd91783d0d34a732c9d994135febfc6ff3d11 Mon Sep 17 00:00:00 2001 From: Alex Ioannidis Date: Wed, 4 Dec 2024 14:09:43 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20release:=20v16.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 4 ++++ invenio_rdm_records/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 091833bb8..596751242 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,6 +12,10 @@ Changes ======= +Version v16.3.2 (released 2024-12-04) + +- github: lower license spdx id + Version v16.3.1 (released 2024-12-02) - deposit-ui: make sure we handle null/undefined for SchemaField diff --git a/invenio_rdm_records/__init__.py b/invenio_rdm_records/__init__.py index 9c294024b..2e59f0227 100644 --- a/invenio_rdm_records/__init__.py +++ b/invenio_rdm_records/__init__.py @@ -12,6 +12,6 @@ from .ext import InvenioRDMRecords -__version__ = "16.3.1" +__version__ = "16.3.2" __all__ = ("__version__", "InvenioRDMRecords")