Skip to content

Commit c387d84

Browse files
committed
release: v11.1.0
1 parent fe677a2 commit c387d84

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.rst

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

14+
Version 11.1.0 (released 2024-07-04)
15+
16+
- installation: upgrade invenio-drafts-resources
17+
1418
Version 11.0.0 (released 2024-06-04)
1519

1620
- installation: bump invenio-communities, invenio-vocabularies, invenio-drafts-resources and invenio-records-resources
@@ -37,7 +41,7 @@ Version 10.6.0 (released 2024-05-22)
3741

3842
Version 10.5.0 (released 2024-05-21)
3943

40-
- iiif: add PyVIPS support for PDF thumnbail rendering
44+
- iiif: add PyVIPS support for PDF thumbnail rendering
4145

4246
Version 10.4.3 (released 2024-05-17)
4347

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.0.0"
13+
__version__ = "11.1.0"
1414

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

0 commit comments

Comments
 (0)