Skip to content

Commit b5c08a0

Browse files
0einstein0alejandromumo
authored andcommitted
📦 release: v11.2.0
1 parent e0c6975 commit b5c08a0

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 11.2.0 (released 2024-07-05)
15+
16+
- iiif: schema: only return images within size limit in manifest
17+
1418
Version 11.1.0 (released 2024-07-04)
1519

1620
- installation: upgrade invenio-drafts-resources

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

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

0 commit comments

Comments
 (0)