Skip to content

Commit 35e968f

Browse files
committed
📦 release: v16.3.4
1 parent 843c0e4 commit 35e968f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

‎CHANGES.rst

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
Changes
1313
=======
1414

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+
1522
Version v16.3.3 (released 2024-12-04)
1623

1724
- github: handle missing repo license

‎invenio_rdm_records/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
from .ext import InvenioRDMRecords
1414

15-
__version__ = "16.3.3"
15+
__version__ = "16.3.4"
1616

1717
__all__ = ("__version__", "InvenioRDMRecords")

0 commit comments

Comments
 (0)