Skip to content

Commit

Permalink
📦 release: v16.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Dec 6, 2024
1 parent 843c0e4 commit 35e968f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
Changes
=======

Version v16.3.4 (released 2024-12-06)

- github: return None for `NOASSERTION` license
- datacite: fix funding serialization for optional award fields
* Makes sure that we handle missing values for optional award fields
like "title" and "number".

Version v16.3.3 (released 2024-12-04)

- github: handle missing repo license
Expand Down
2 changes: 1 addition & 1 deletion invenio_rdm_records/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

from .ext import InvenioRDMRecords

__version__ = "16.3.3"
__version__ = "16.3.4"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit 35e968f

Please sign in to comment.