We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb33031 commit fc77aa6Copy full SHA for fc77aa6
CHANGES.rst
@@ -12,6 +12,10 @@
12
Changes
13
=======
14
15
+Version v16.8.0 (released 2025-01-27)
16
+
17
+- resources: expose record revisions
18
19
Version v16.7.1 (released 2025-01-21)
20
21
- optional-doi: fix new upload disabled states
invenio_rdm_records/__init__.py
@@ -12,6 +12,6 @@
from .ext import InvenioRDMRecords
-__version__ = "16.7.1"
+__version__ = "16.8.0"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments