We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843c0e4 commit 35e968fCopy full SHA for 35e968f
‎CHANGES.rst
@@ -12,6 +12,13 @@
12
Changes
13
=======
14
15
+Version v16.3.4 (released 2024-12-06)
16
+
17
+- github: return None for `NOASSERTION` license
18
+- datacite: fix funding serialization for optional award fields
19
+ * Makes sure that we handle missing values for optional award fields
20
+ like "title" and "number".
21
22
Version v16.3.3 (released 2024-12-04)
23
24
- github: handle missing repo license
‎invenio_rdm_records/__init__.py
@@ -12,6 +12,6 @@
from .ext import InvenioRDMRecords
-__version__ = "16.3.3"
+__version__ = "16.3.4"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments