We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5d1cc commit 4cd36feCopy full SHA for 4cd36fe
‎CHANGES.rst
@@ -11,6 +11,12 @@
11
Changes
12
=======
13
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
20
Version 11.3.0 (released 2024-07-12)
21
22
* media-files: generate ptif and include in manifets
‎invenio_rdm_records/__init__.py
@@ -10,6 +10,6 @@
10
from .ext import InvenioRDMRecords
-__version__ = "11.3.0"
+__version__ = "11.3.1"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments