Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Nov 16, 2023
1 parent ef81264 commit bd2099b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog
=========


2.0.0b5 (2023-11-16)
2.0.0b6 (2023-11-16)
--------------------

- Fix OpenSearch / ElasticSearch switch. [ksuess]
Expand All @@ -22,6 +22,7 @@ Changelog
- Rename .elastic.get_ingest_client to .client.get_client [jensens]
- Do not initialize a new client for each operation, but use a thread local cached one.
This speeds up indexing a lot. [jensens]
- Fix Sentry integration to not trigger if env var is empty string. [jensens]


1.4 (2023-08-17)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "collective.elastic.ingest"
version = "2.0.0b5"
version = "2.0.0b6"
description = "Ingestion service queue runner between Plone RestAPI and ElasticSearch or OpenSearch."
keywords = ["elasticsearch", "opensearch", "plone", "celery", "search", "indexer"]
readme = "README.rst"
Expand Down

0 comments on commit bd2099b

Please sign in to comment.