Skip to content

Commit 776e2f8

Browse files
committed
release: v10.8.2
* 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'
1 parent 48add09 commit 776e2f8

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
@@ -11,6 +11,10 @@
1111
Changes
1212
=======
1313

14+
Version 10.8.2 (released 2024-09-19)
15+
16+
- deposit: check permission and set disable tooltip for publish button
17+
1418
Version 10.8.1 (released 2024-09-18)
1519

1620
- serializers: avoid null pointer exceptions

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.1"
14+
__version__ = "10.8.2"
1515

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

0 commit comments

Comments
 (0)