From 0ebdc27f922fcafd7435fa1928367e141b4211de Mon Sep 17 00:00:00 2001 From: royrusso Date: Fri, 27 Sep 2019 11:07:42 -0400 Subject: [PATCH] rev release --- elastichq/config/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elastichq/config/settings.py b/elastichq/config/settings.py index 1f5c2775..1a4064bf 100644 --- a/elastichq/config/settings.py +++ b/elastichq/config/settings.py @@ -62,7 +62,7 @@ class TestSettings(BaseSettings): # static HQ_SITE_URL = 'http://elastichq.org' HQ_GH_URL = 'https://github.com/ElasticHQ/elasticsearch-HQ' - API_VERSION = 'v3.5.2' + API_VERSION = 'v3.5.3' ES_TEST_INDEX_NAME = 'cars' @@ -105,7 +105,7 @@ class ProdSettings(BaseSettings): # static HQ_SITE_URL = 'http://elastichq.org' HQ_GH_URL = 'https://github.com/ElasticHQ/elasticsearch-HQ' - API_VERSION = '3.5.2' + API_VERSION = '3.5.3' SERVER_NAME = None # cluster settings: specific settings for each cluster and how HQ should handle it.