Skip to content

Commit 47f1cf9

Browse files
committed
release: v4.18.3
1 parent 4337144 commit 47f1cf9

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
@@ -8,6 +8,10 @@
88
Changes
99
=======
1010

11+
Version 4.18.3 (2023-12-13)
12+
13+
- files: limit amount of files in the REST API
14+
1115
Version 4.18.2 (2023-12-08)
1216

1317
- records: allow overriding of permission action for read method

invenio_records_resources/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
from .ext import InvenioRecordsResources
1212

13-
__version__ = "4.18.2"
13+
__version__ = "4.18.3"
1414

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

0 commit comments

Comments
 (0)