We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797a34e commit 6309328Copy full SHA for 6309328
CHANGES.rst
@@ -1,7 +1,7 @@
1
2
..
3
Copyright (C) 2019-2024 CERN.
4
- Copyright (C) 2019 Northwestern University.
+ Copyright (C) 2019-2024 Northwestern University.
5
Copyright (C) 2024 KTH Royal Institute of Technology.
6
7
@@ -12,6 +12,10 @@
12
Changes
13
=======
14
15
+Version 10.8.6 (released 2024-09-30)
16
+
17
+- dependencies: bump flask-iiif
18
19
Version 10.8.5 (released 2024-09-30)
20
21
- Improve handling of draft PID in RecordCommunitiesService
invenio_rdm_records/__init__.py
@@ -11,6 +11,6 @@
11
from .ext import InvenioRDMRecords
-__version__ = "10.8.5"
+__version__ = "10.8.6"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments