We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689c9c8 commit 3be6878Copy full SHA for 3be6878
CHANGES.rst
@@ -12,6 +12,12 @@
12
Changes
13
=======
14
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
21
Version v16.6.1 (released 2025-01-16)
22
23
- Revert "bug: add custom comment notification for record/draft requests"
invenio_rdm_records/__init__.py
@@ -12,6 +12,6 @@
from .ext import InvenioRDMRecords
-__version__ = "16.6.1"
+__version__ = "16.7.0"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments