Skip to content

Commit 938b7cf

Browse files
committed
release: v16.5.0
1 parent 4d5c649 commit 938b7cf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.rst

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

15+
Version v16.5.0 (released 2024-12-16)
16+
17+
- pids: add support for optional DOI
18+
1519
Version v16.4.1 (released 2024-12-11)
1620

1721
- mappings: add missing `identifiers` to community orgs

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.4.1"
15+
__version__ = "16.5.0"
1616

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

0 commit comments

Comments
 (0)