We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0078be commit 0af6a3aCopy full SHA for 0af6a3a
‎CHANGES.rst
@@ -12,6 +12,10 @@
12
Changes
13
=======
14
15
+Version v17.4.1 (released 2025-03-24)
16
+
17
+- deposit-ui: fix: do not consider new error format's description as a field
18
19
Version v17.4.0 (released 2025-03-18)
20
21
- deposit-ui: Support new error format with severity and description
‎invenio_rdm_records/__init__.py
@@ -12,6 +12,6 @@
from .ext import InvenioRDMRecords
-__version__ = "17.4.0"
+__version__ = "17.4.1"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments