We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5c649 commit 938b7cfCopy full SHA for 938b7cf
CHANGES.rst
@@ -12,6 +12,10 @@
12
Changes
13
=======
14
15
+Version v16.5.0 (released 2024-12-16)
16
+
17
+- pids: add support for optional DOI
18
19
Version v16.4.1 (released 2024-12-11)
20
21
- mappings: add missing `identifiers` to community orgs
invenio_rdm_records/__init__.py
@@ -12,6 +12,6 @@
from .ext import InvenioRDMRecords
-__version__ = "16.4.1"
+__version__ = "16.5.0"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments