Skip to content

Commit 2b3adc6

Browse files
committed
📦 release: v10.5.0
1 parent 6e7f915 commit 2b3adc6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎CHANGES.rst

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
Changes
1212
=======
1313

14+
Version 10.5.0 (released 2024-05-21)
15+
16+
- iiif: add PyVIPS support for PDF thumnbail rendering
17+
1418
Version 10.4.3 (released 2024-05-17)
1519

1620
- services: fix permission for file edit

‎invenio_rdm_records/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
from .ext import InvenioRDMRecords
1212

13-
__version__ = "10.4.3"
13+
__version__ = "10.5.0"
1414

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

0 commit comments

Comments
 (0)