Skip to content

Commit e64dd0b

Browse files
committed
release: v11.0.0
1 parent e47ba62 commit e64dd0b

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGES.rst

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

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+
1419
Version 10.7.1 (released 2024-05-31)
1520

1621
- secret links: set csrf token for all requests with secret links,

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__ = "10.7.1"
13+
__version__ = "11.0.0"
1414

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

setup.cfg

+5-4
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,16 @@ install_requires =
3939
flask-iiif>=0.6.2,<1.0.0
4040
ftfy>=4.4.3,<5.0.0
4141
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
4545
invenio-github>=1.0.0,<2.0.0
4646
invenio-i18n>=2.0.0,<3.0.0
47+
invenio-jobs>=0.1.0,<1.0.0
4748
invenio-oaiserver>=2.0.0,<3.0.0
4849
invenio-oauth2server>=2.0.0
4950
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
5152
nameparser>=1.1.1
5253
pycountry>=22.3.5
5354
pydash>=6.0.0,<7.0.0

0 commit comments

Comments
 (0)