From c0384167df4d5a540bb56983c38f77b6c5712f02 Mon Sep 17 00:00:00 2001 From: alejandromumo Date: Tue, 4 Jun 2024 10:12:18 +0200 Subject: [PATCH] release: v4.0.0 --- CHANGES.rst | 10 ++++++++++ invenio_vocabularies/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 65c9a8af..cf41964b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,16 @@ Changes ======= +Version 4.0.0 (released 2024-06-04) + +- datastreams: implement factories for generating vocabulary configurations +- datastreams: added ROR HTTP reader +- funders: use ROR v2 dump instead of v1 +- datastreams: added celery task for funders using ROR HTTP reader +- datastreams: add OpenAIRE Project HTTP Reader +- datastreams: fix OpenAIRE graph dataset parsing +- installation: upgrade invenio-records-resources + Version 3.4.0 (released 2024-04-19) - templates: add subject fields UI template (#303) diff --git a/invenio_vocabularies/__init__.py b/invenio_vocabularies/__init__.py index be71f696..b6439ddd 100644 --- a/invenio_vocabularies/__init__.py +++ b/invenio_vocabularies/__init__.py @@ -10,6 +10,6 @@ from .ext import InvenioVocabularies -__version__ = "3.4.0" +__version__ = "4.0.0" __all__ = ("__version__", "InvenioVocabularies") diff --git a/setup.cfg b/setup.cfg index 45b14ff9..5fd098c5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ python_requires = >=3.7 zip_safe = False install_requires = invenio-i18n>=2.0.0,<3.0.0 - invenio-records-resources>=5.0.0,<6.0.0 + invenio-records-resources>=6.0.0,<7.0.0 lxml>=4.5.0 PyYAML>=5.4.1