From c1e598d6f94d15d3eda492a3dbe2c62564a37b56 Mon Sep 17 00:00:00 2001 From: Pablo Tamarit Date: Tue, 15 Oct 2024 10:37:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20release:=20v6.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 5 +++++ invenio_vocabularies/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index f0bbe9c2..ad24d80d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,11 @@ Changes ======= +Version v6.4.0 (released 2024-10-15) + +- jobs: add import awards OpenAIRE; Update CORDIS +- awards: rollback to use the 2nd part of funding stream as program + Version v6.3.1 (released 2024-10-11) - jobs: pass since as string to task diff --git a/invenio_vocabularies/__init__.py b/invenio_vocabularies/__init__.py index 96a4343d..f117dd9b 100644 --- a/invenio_vocabularies/__init__.py +++ b/invenio_vocabularies/__init__.py @@ -10,6 +10,6 @@ from .ext import InvenioVocabularies -__version__ = "6.3.1" +__version__ = "6.4.0" __all__ = ("__version__", "InvenioVocabularies")