We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808a45c commit 0f6bd91Copy full SHA for 0f6bd91
‎CHANGES.rst
@@ -12,6 +12,10 @@
12
Changes
13
=======
14
15
+Version v16.3.2 (released 2024-12-04)
16
+
17
+- github: lower license spdx id
18
19
Version v16.3.1 (released 2024-12-02)
20
21
- deposit-ui: make sure we handle null/undefined for SchemaField
‎invenio_rdm_records/__init__.py
@@ -12,6 +12,6 @@
from .ext import InvenioRDMRecords
-__version__ = "16.3.1"
+__version__ = "16.3.2"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments