From e64dd0b81757a391584e63d162d5e6caf6780637 Mon Sep 17 00:00:00 2001 From: alejandromumo Date: Tue, 4 Jun 2024 15:13:20 +0200 Subject: [PATCH] release: v11.0.0 --- CHANGES.rst | 5 +++++ invenio_rdm_records/__init__.py | 2 +- setup.cfg | 9 +++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index c98b36022..10fcdf843 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,11 @@ Changes ======= +Version 11.0.0 (released 2024-06-04) + +- installation: bump invenio-communities, invenio-vocabularies, invenio-drafts-resources and invenio-records-resources +- installation: added invenio-jobs + Version 10.7.1 (released 2024-05-31) - secret links: set csrf token for all requests with secret links, diff --git a/invenio_rdm_records/__init__.py b/invenio_rdm_records/__init__.py index 9ccfef159..939b3a8ff 100644 --- a/invenio_rdm_records/__init__.py +++ b/invenio_rdm_records/__init__.py @@ -10,6 +10,6 @@ from .ext import InvenioRDMRecords -__version__ = "10.7.1" +__version__ = "11.0.0" __all__ = ("__version__", "InvenioRDMRecords") diff --git a/setup.cfg b/setup.cfg index 8d586be22..e50e2b016 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,15 +39,16 @@ install_requires = flask-iiif>=0.6.2,<1.0.0 ftfy>=4.4.3,<5.0.0 invenio-administration>=2.0.0,<3.0.0 - invenio-communities>=13.0.0,<14.0.0 - invenio-drafts-resources>=3.0.0,<4.0.0 - invenio-records-resources>=5.3.0,<6.0.0 + invenio-communities>=14.0.0,<15.0.0 + invenio-drafts-resources>=4.0.0,<5.0.0 + invenio-records-resources>=6.0.0,<7.0.0 invenio-github>=1.0.0,<2.0.0 invenio-i18n>=2.0.0,<3.0.0 + invenio-jobs>=0.1.0,<1.0.0 invenio-oaiserver>=2.0.0,<3.0.0 invenio-oauth2server>=2.0.0 invenio-stats>=4.0.0,<5.0.0 - invenio-vocabularies>=3.0.0,<4.0.0 + invenio-vocabularies>=4.0.0,<5.0.0 nameparser>=1.1.1 pycountry>=22.3.5 pydash>=6.0.0,<7.0.0