Skip to content

Commit 8cd6290

Browse files
committed
📦 release: v10.3.2
1 parent 7d2894e commit 8cd6290

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.3.2 (released 2024-04-30)
15+
16+
- iiif: fix proxy path generation
17+
1418
Version 10.3.1 (released 2024-04-25)
1519

1620
- resources: make IIIF proxy configurable via import string

‎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.3.1"
13+
__version__ = "10.3.2"
1414

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

0 commit comments

Comments
 (0)