adds python client support for 7.5

This commit is contained in:
Francesco Vigliaturo
2020-01-09 16:16:01 +00:00
committed by Honza Král
parent 466ac7249e
commit 6c5ff986fe
5 changed files with 31 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Start elasticsearch in a docker container
ES_VERSION=${ES_VERSION:-"7.0.0"}
ES_VERSION=${ES_VERSION:-"7.5.0"}
ES_TEST_SERVER=${ES_TEST_SERVER:-"http://localhost:9200"}
SOURCE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"