Skip to content

Commit

Permalink
better go beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Nov 16, 2023
1 parent e838b29 commit 913dace
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Changelog
=========


2.0.0 (unreleased)
------------------
2.0.0b1 (unreleased)
--------------------

- Fix OpenSearch / ElasticSearch switch. [ksuess]
- Update example mapping for nested field "NamedBlobFile":
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.0rc1.dev0"
version = "2.0.0b1.dev0"
description = "Ingestion service queue runner between Plone RestAPI and ElasticSearch or OpenSearch."
keywords = ["elasticsearch", "opensearch", "plone", "celery", "search", "indexer"]
readme = "README.rst"
Expand Down
1 change: 1 addition & 0 deletions src/collective/elastic/ingest/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

_local_storage = threading.local()


def get_client(index_server_baseurl: str = ""):
"""index client for query or ingest
Expand Down

0 comments on commit 913dace

Please sign in to comment.