From a1f01143fc976920089355aa5bb3299c32207e96 Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Mon, 27 Nov 2023 19:51:31 +0100 Subject: [PATCH] prepare release --- CHANGES.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6d51cf9..bb62582 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog ========= -2.0.0b12 (2023-11-xx) +2.0.0rc1 (2023-11-27) -------------------- - Add a note to the README about the steps needed if upgrading from 1.x [jensens] diff --git a/pyproject.toml b/pyproject.toml index fc4bdfe..a27f24b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "collective.elastic.ingest" -version = "2.0.0b11" +version = "2.0.0rc1" description = "Ingestion service queue runner between Plone RestAPI and ElasticSearch or OpenSearch." keywords = ["elasticsearch", "opensearch", "plone", "celery", "search", "indexer"] readme = "README.rst"