We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41faa4f commit a59f24aCopy full SHA for a59f24a
CHANGES.rst
@@ -12,6 +12,11 @@
12
Changes
13
=======
14
15
+Version 10.8.7 (released 2024-10-23)
16
+
17
+- access notification: provide correct draft preview link
18
+- fix: propTypes warning
19
20
Version 10.8.6 (released 2024-09-30)
21
22
- dependencies: bump flask-iiif
invenio_rdm_records/__init__.py
@@ -1,7 +1,7 @@
1
# -*- coding: utf-8 -*-
2
#
3
# Copyright (C) 2019-2024 CERN.
4
-# Copyright (C) 2019-2022 Northwestern University.
+# Copyright (C) 2019-2024 Northwestern University.
5
# Copyright (C) 2024 Graz University of Technology.
6
7
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
@@ -11,6 +11,6 @@
11
from .ext import InvenioRDMRecords
-__version__ = "10.8.6"
+__version__ = "10.8.7"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments