Skip to content

Commit a59f24a

Browse files
committed
release: v10.8.7
1 parent 41faa4f commit a59f24a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
Changes
1313
=======
1414

15+
Version 10.8.7 (released 2024-10-23)
16+
17+
- access notification: provide correct draft preview link
18+
- fix: propTypes warning
19+
1520
Version 10.8.6 (released 2024-09-30)
1621

1722
- dependencies: bump flask-iiif

invenio_rdm_records/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# Copyright (C) 2019-2024 CERN.
4-
# Copyright (C) 2019-2022 Northwestern University.
4+
# Copyright (C) 2019-2024 Northwestern University.
55
# Copyright (C) 2024 Graz University of Technology.
66
#
77
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
@@ -11,6 +11,6 @@
1111

1212
from .ext import InvenioRDMRecords
1313

14-
__version__ = "10.8.6"
14+
__version__ = "10.8.7"
1515

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

0 commit comments

Comments
 (0)