Skip to content

Commit

Permalink
rev release
Browse files Browse the repository at this point in the history
  • Loading branch information
royrusso committed Sep 27, 2019
1 parent bad2233 commit 0ebdc27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elastichq/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 0ebdc27

Please sign in to comment.