Skip to content

Commit

Permalink
release: v10.8.4
Browse files Browse the repository at this point in the history
ntarocco committed Sep 26, 2024

Verified

This commit was signed with the committer’s verified signature.
ntarocco Nicola
1 parent bdcbccc commit d87426d
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -11,6 +11,10 @@
Changes
=======

Version 10.8.4 (released 2024-09-26)

- revert deposit permission check for publish button, as it is not working as expected

Version 10.8.3 (released 2024-09-23)

- deposit: show warning for empty files in the deposit form if they are not allowed
2 changes: 1 addition & 1 deletion invenio_rdm_records/__init__.py
Original file line number Diff line number Diff line change
@@ -11,6 +11,6 @@

from .ext import InvenioRDMRecords

__version__ = "10.8.3"
__version__ = "10.8.4"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit d87426d

Please sign in to comment.