Skip to content

Commit 6309328

Browse files
committed
release: v10.8.6
1 parent 797a34e commit 6309328

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
..
33
Copyright (C) 2019-2024 CERN.
4-
Copyright (C) 2019 Northwestern University.
4+
Copyright (C) 2019-2024 Northwestern University.
55
Copyright (C) 2024 KTH Royal Institute of Technology.
66
77

@@ -12,6 +12,10 @@
1212
Changes
1313
=======
1414

15+
Version 10.8.6 (released 2024-09-30)
16+
17+
- dependencies: bump flask-iiif
18+
1519
Version 10.8.5 (released 2024-09-30)
1620

1721
- Improve handling of draft PID in RecordCommunitiesService

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.5"
14+
__version__ = "10.8.6"
1515

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

0 commit comments

Comments
 (0)