We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86dfb51 commit ccb1a9cCopy full SHA for ccb1a9c
‎CHANGES.rst
@@ -12,6 +12,10 @@
12
Changes
13
=======
14
15
+Version v17.5.0 (released 2025-03-28)
16
+
17
+- deposit-ui: show icon and tooltip for new error format with severity error
18
19
Version v17.4.3 (released 2025-03-26)
20
21
- deposit-ui: creatibutors: support general new error format with severity (fix null)
‎invenio_rdm_records/__init__.py
@@ -12,6 +12,6 @@
from .ext import InvenioRDMRecords
-__version__ = "17.4.3"
+__version__ = "17.5.0"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments