Skip to content

Commit 4ff785b

Browse files
committed
release: v10.8.3
1 parent 7b98e20 commit 4ff785b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
Changes
1212
=======
1313

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+
1419
Version 10.8.2 (released 2024-09-19)
1520

1621
- deposit: check permission and set disable tooltip for publish button

invenio_rdm_records/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111

1212
from .ext import InvenioRDMRecords
1313

14-
__version__ = "10.8.2"
14+
__version__ = "10.8.3"
1515

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

0 commit comments

Comments
 (0)