We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b98e20 commit 4ff785bCopy full SHA for 4ff785b
CHANGES.rst
@@ -11,6 +11,11 @@
11
Changes
12
=======
13
14
+Version 10.8.3 (released 2024-09-23)
15
+
16
+- deposit: show warning for empty files in the deposit form if they are not allowed
17
+- deposit: refactor warning messages
18
19
Version 10.8.2 (released 2024-09-19)
20
21
- deposit: check permission and set disable tooltip for publish button
invenio_rdm_records/__init__.py
@@ -11,6 +11,6 @@
from .ext import InvenioRDMRecords
-__version__ = "10.8.2"
+__version__ = "10.8.3"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments