We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143e348 commit c751e3bCopy full SHA for c751e3b
‎CHANGES.rst
@@ -11,6 +11,10 @@
11
Changes
12
=======
13
14
+Version v11.4.0 (released 2024-07-15)
15
+
16
+- affiliations: update defaults to ror v2
17
18
Version 11.3.1 (released 2024-07-12)
19
20
- processors: fix tiles files iteration
‎invenio_rdm_records/__init__.py
@@ -10,6 +10,6 @@
10
from .ext import InvenioRDMRecords
-__version__ = "11.3.1"
+__version__ = "11.4.0"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments