Skip to content

Commit

Permalink
release: v10.8.2
Browse files Browse the repository at this point in the history
* note: the previous commit message got mixed up with invenio-app-rdm
* the actual backport was for invenio-rdm-records#1768:
  'deposit: check permission and set disable tooltip for publish button'
  • Loading branch information
max-moser committed Sep 19, 2024
1 parent 48add09 commit 776e2f8
Show file tree
Hide file tree
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
Expand Up @@ -11,6 +11,10 @@
Changes
=======

Version 10.8.2 (released 2024-09-19)

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

Version 10.8.1 (released 2024-09-18)

- serializers: avoid null pointer exceptions
Expand Down
2 changes: 1 addition & 1 deletion invenio_rdm_records/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

from .ext import InvenioRDMRecords

__version__ = "10.8.1"
__version__ = "10.8.2"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit 776e2f8

Please sign in to comment.