Skip to content

Commit 3be6878

Browse files
committed
release: v16.7.0
1 parent 689c9c8 commit 3be6878

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

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

15+
Version v16.7.0 (released 2025-01-21)
16+
17+
- pids: improve deposit UI for optional DOI
18+
- deposit-ui: fix affiliation selection input display
19+
20+
1521
Version v16.6.1 (released 2025-01-16)
1622

1723
- Revert "bug: add custom comment notification for record/draft requests"

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.6.1"
15+
__version__ = "16.7.0"
1616

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

0 commit comments

Comments
 (0)