We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094184d commit 84ca68eCopy full SHA for 84ca68e
CHANGES.rst
@@ -12,6 +12,11 @@
12
Changes
13
=======
14
15
+Version v16.0.0 (released 2024-11-11)
16
+
17
+- identifiers: allow alternative identifiers with the same scheme but different values
18
+- records: add intenal_notes schema field and bump of jsonschema version
19
20
Version v15.7.1 (released 2024-11-06)
21
22
- installation: bump babel-edtf to >=1.2.0
invenio_rdm_records/__init__.py
@@ -12,6 +12,6 @@
from .ext import InvenioRDMRecords
-__version__ = "15.7.1"
+__version__ = "16.0.0"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments