File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 12
12
Changes
13
13
=======
14
14
15
+ Version v18.4.0 (released 2025-04-23)
16
+
17
+ - urls: integrate invenio_url_for
18
+ - permissions: replace Disabled with SystemProcess
19
+
15
20
Version v18.3.2 (released 2025-04-17)
16
21
17
22
- custom_fields: added fallback to old thesis format and conditionally handle form display based on config
Original file line number Diff line number Diff line change 12
12
13
13
from .ext import InvenioRDMRecords
14
14
15
- __version__ = "18.3.2 "
15
+ __version__ = "18.4.0 "
16
16
17
17
__all__ = ("__version__" , "InvenioRDMRecords" )
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ install_requires =
39
39
flask-iiif>=1.0.0,<2.0.0
40
40
ftfy>=4.4.3,<5.0.0
41
41
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
43
43
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
45
45
invenio-github>=2.0.0,<3.0.0
46
46
invenio-i18n>=3.0.0,<4.0.0
47
47
invenio-jobs>=3.0.0,<4.0.0
You can’t perform that action at this time.
0 commit comments