File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11
11
Changes
12
12
=======
13
13
14
+ Version 11.0.0 (released 2024-06-04)
15
+
16
+ - installation: bump invenio-communities, invenio-vocabularies, invenio-drafts-resources and invenio-records-resources
17
+ - installation: added invenio-jobs
18
+
14
19
Version 10.7.1 (released 2024-05-31)
15
20
16
21
- secret links: set csrf token for all requests with secret links,
Original file line number Diff line number Diff line change 10
10
11
11
from .ext import InvenioRDMRecords
12
12
13
- __version__ = "10.7.1 "
13
+ __version__ = "11.0.0 "
14
14
15
15
__all__ = ("__version__" , "InvenioRDMRecords" )
Original file line number Diff line number Diff line change @@ -39,15 +39,16 @@ install_requires =
39
39
flask-iiif>=0.6.2,<1.0.0
40
40
ftfy>=4.4.3,<5.0.0
41
41
invenio-administration>=2.0.0,<3.0.0
42
- invenio-communities>=13 .0.0,<14 .0.0
43
- invenio-drafts-resources>=3 .0.0,<4 .0.0
44
- invenio-records-resources>=5.3 .0,<6 .0.0
42
+ invenio-communities>=14 .0.0,<15 .0.0
43
+ invenio-drafts-resources>=4 .0.0,<5 .0.0
44
+ invenio-records-resources>=6.0 .0,<7 .0.0
45
45
invenio-github>=1.0.0,<2.0.0
46
46
invenio-i18n>=2.0.0,<3.0.0
47
+ invenio-jobs>=0.1.0,<1.0.0
47
48
invenio-oaiserver>=2.0.0,<3.0.0
48
49
invenio-oauth2server>=2.0.0
49
50
invenio-stats>=4.0.0,<5.0.0
50
- invenio-vocabularies>=3 .0.0,<4 .0.0
51
+ invenio-vocabularies>=4 .0.0,<5 .0.0
51
52
nameparser>=1.1.1
52
53
pycountry>=22.3.5
53
54
pydash>=6.0.0,<7.0.0
You can’t perform that action at this time.
0 commit comments