Skip to content

Commit 4cd36fe

Browse files
committed
📦 release: v11.3.1
1 parent fd5d1cc commit 4cd36fe

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

‎CHANGES.rst

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

14+
Version 11.3.1 (released 2024-07-12)
15+
16+
- processors: fix tiles files iteration
17+
* Creates a copy of the files list to be iterated since we might be
18+
modifying the underlying dictionary while processing tiles.
19+
1420
Version 11.3.0 (released 2024-07-12)
1521

1622
* media-files: generate ptif and include in manifets

‎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__ = "11.3.0"
13+
__version__ = "11.3.1"
1414

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

0 commit comments

Comments
 (0)