From 09039040618338310215d199cef9067512ac6183 Mon Sep 17 00:00:00 2001 From: yashlamba Date: Fri, 11 Oct 2024 16:48:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20release:=20v6.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 4 ++++ invenio_vocabularies/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index dcec7356..f0bbe9c2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,10 @@ Changes ======= +Version v6.3.1 (released 2024-10-11) + +- jobs: pass since as string to task + Version v6.3.0 (released 2024-10-11) - awards: get program from CORDIS diff --git a/invenio_vocabularies/__init__.py b/invenio_vocabularies/__init__.py index 36c32bb6..96a4343d 100644 --- a/invenio_vocabularies/__init__.py +++ b/invenio_vocabularies/__init__.py @@ -10,6 +10,6 @@ from .ext import InvenioVocabularies -__version__ = "6.3.0" +__version__ = "6.3.1" __all__ = ("__version__", "InvenioVocabularies")