Skip to content

Commit 84ca68e

Browse files
committed
release: v16.0.0
1 parent 094184d commit 84ca68e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

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

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+
1520
Version v15.7.1 (released 2024-11-06)
1621

1722
- installation: bump babel-edtf to >=1.2.0

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__ = "15.7.1"
15+
__version__ = "16.0.0"
1616

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

0 commit comments

Comments
 (0)