From 6cba7c9335608bcbdba82db4a1cfa452368abfc9 Mon Sep 17 00:00:00 2001 From: Alex Ioannidis Date: Mon, 4 Mar 2024 13:57:31 +0100 Subject: [PATCH] release: v2.3.0 --- CHANGES.rst | 6 +++++- invenio_indexer/__init__.py | 4 ++-- invenio_indexer/utils.py | 2 +- setup.cfg | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6b9a94e..b773871 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,6 @@ .. This file is part of Invenio. - Copyright (C) 2016-2023 CERN. + Copyright (C) 2016-2024 CERN. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. @@ -8,6 +8,10 @@ Changes ======= +Version 2.3.0 (released 2024-03-04) + +- indexer: Allow the definition of indices in index_templates, instead of mappings + Version 2.2.1 (released 2023-09-28) - bulk: make configurable the number of records to be bulk indexed per task diff --git a/invenio_indexer/__init__.py b/invenio_indexer/__init__.py index 53c620c..e014ee2 100644 --- a/invenio_indexer/__init__.py +++ b/invenio_indexer/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Invenio. -# Copyright (C) 2016-2023 CERN. +# Copyright (C) 2016-2024 CERN. # # Invenio is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. @@ -180,6 +180,6 @@ from .ext import InvenioIndexer from .proxies import current_record_to_index -__version__ = "2.2.1" +__version__ = "2.3.0" __all__ = ("__version__", "InvenioIndexer", "current_record_to_index") diff --git a/invenio_indexer/utils.py b/invenio_indexer/utils.py index d1469bd..bd70eef 100644 --- a/invenio_indexer/utils.py +++ b/invenio_indexer/utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Invenio. -# Copyright (C) 2016-2018 CERN. +# Copyright (C) 2016-2024 CERN. # # Invenio is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/setup.cfg b/setup.cfg index 441bb88..aa4a363 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Invenio. -# Copyright (C) 2016-2018 CERN. +# Copyright (C) 2016-2024 CERN. # Copyright (C) 2022 Graz University of Technology. # # Invenio is free software; you can redistribute it and/or modify it