Skip to content

Commit 01ca282

Browse files
committed
📦 release: v18.4.0
1 parent 07eb427 commit 01ca282

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
Changes
1313
=======
1414

15+
Version v18.4.0 (released 2025-04-23)
16+
17+
- urls: integrate invenio_url_for
18+
- permissions: replace Disabled with SystemProcess
19+
1520
Version v18.3.2 (released 2025-04-17)
1621

1722
- custom_fields: added fallback to old thesis format and conditionally handle form display based on config

invenio_rdm_records/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
from .ext import InvenioRDMRecords
1414

15-
__version__ = "18.3.2"
15+
__version__ = "18.4.0"
1616

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

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ install_requires =
3939
flask-iiif>=1.0.0,<2.0.0
4040
ftfy>=4.4.3,<5.0.0
4141
invenio-administration>=3.0.0,<4.0.0
42-
invenio-communities>=18.0.0,<19.0.0
42+
invenio-communities>=18.2.0,<19.0.0
4343
invenio-drafts-resources>=6.0.0,<7.0.0
44-
invenio-records-resources>=7.0.0,<8.0.0
44+
invenio-records-resources>=7.2.0,<8.0.0
4545
invenio-github>=2.0.0,<3.0.0
4646
invenio-i18n>=3.0.0,<4.0.0
4747
invenio-jobs>=3.0.0,<4.0.0

0 commit comments

Comments
 (0)