We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2894e commit 8cd6290Copy full SHA for 8cd6290
‎CHANGES.rst
@@ -11,6 +11,10 @@
11
Changes
12
=======
13
14
+Version 10.3.2 (released 2024-04-30)
15
+
16
+- iiif: fix proxy path generation
17
18
Version 10.3.1 (released 2024-04-25)
19
20
- resources: make IIIF proxy configurable via import string
‎invenio_rdm_records/__init__.py
@@ -10,6 +10,6 @@
10
from .ext import InvenioRDMRecords
-__version__ = "10.3.1"
+__version__ = "10.3.2"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments