Skip to content

Commit 0af6a3a

Browse files
committed
📦 release: v17.4.1
1 parent a0078be commit 0af6a3a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎CHANGES.rst

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

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+
1519
Version v17.4.0 (released 2025-03-18)
1620

1721
- deposit-ui: Support new error format with severity and description

‎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__ = "17.4.0"
15+
__version__ = "17.4.1"
1616

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

0 commit comments

Comments
 (0)