Skip to content

Commit c751e3b

Browse files
committed
📦 release: v11.4.0
1 parent 143e348 commit c751e3b

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 v11.4.0 (released 2024-07-15)
15+
16+
- affiliations: update defaults to ror v2
17+
1418
Version 11.3.1 (released 2024-07-12)
1519

1620
- processors: fix tiles files iteration

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

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

0 commit comments

Comments
 (0)