From d34266cf375c6e48a0c8e50449356dd80b4f65ee Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Mon, 20 Nov 2023 13:44:49 +0100 Subject: [PATCH] prepare 2beta8 --- CHANGES.rst | 11 ++++++++--- pyproject.toml | 5 +---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 50d291c..3778933 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,17 +1,22 @@ Changelog ========= -2.0.0b7 (2023-11-16) +2.0.0b8 (2023-11-16) -------------------- -- Fix ElasticSearch support. [jensens] -- Add examples for a docker-compose setup for both, OpenSearch and ElasticSearch. [jensens] - Add documentation for preprocessings [jensens] - Remove 2 of the 4 static preprocessings and use preprocessings file for those. [jensens] - Refactor and add preprocessings to be more consistent and less verbose. Attention: JSON file format changed [jensens] +2.0.0b7 (2023-11-16) +-------------------- + +- Fix ElasticSearch support. [jensens] +- Add examples for a docker-compose setup for both, OpenSearch and ElasticSearch. [jensens] + + 2.0.0b6 (2023-11-16) -------------------- diff --git a/pyproject.toml b/pyproject.toml index f1e2bd0..57ae7e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "collective.elastic.ingest" -version = "2.0.0b7" +version = "2.0.0b8" description = "Ingestion service queue runner between Plone RestAPI and ElasticSearch or OpenSearch." keywords = ["elasticsearch", "opensearch", "plone", "celery", "search", "indexer"] readme = "README.rst" @@ -85,6 +85,3 @@ ignore = [ "mx.ini", ] - -[zest.releaser] -create-wheel = true \ No newline at end of file