Skip to content

Commit 182d5ae

Browse files
committed
release: v16.7.1
1 parent 9a3e37c commit 182d5ae

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.rst

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

15+
Version v16.7.1 (released 2025-01-21)
16+
17+
- optional-doi: fix new upload disabled states
18+
1519
Version v16.7.0 (released 2025-01-21)
1620

1721
- pids: improve deposit UI for optional DOI
1822
- deposit-ui: fix affiliation selection input display
1923

20-
2124
Version v16.6.1 (released 2025-01-16)
2225

2326
- 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.7.0"
15+
__version__ = "16.7.1"
1616

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

0 commit comments

Comments
 (0)