Skip to content

Commit b221fc8

Browse files
committed
rev release
1 parent febc91c commit b221fc8

File tree

7 files changed

+4
-10
lines changed

7 files changed

+4
-10
lines changed

docs/.doctrees/environment.pickle

0 Bytes
Binary file not shown.

elastichq/config/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class TestSettings(BaseSettings):
6262
# static
6363
HQ_SITE_URL = 'http://elastichq.org'
6464
HQ_GH_URL = 'https://github.com/ElasticHQ/elasticsearch-HQ'
65-
API_VERSION = 'v3.5.3'
65+
API_VERSION = 'v3.5.4'
6666

6767
ES_TEST_INDEX_NAME = 'cars'
6868

@@ -105,7 +105,7 @@ class ProdSettings(BaseSettings):
105105
# static
106106
HQ_SITE_URL = 'http://elastichq.org'
107107
HQ_GH_URL = 'https://github.com/ElasticHQ/elasticsearch-HQ'
108-
API_VERSION = '3.5.3'
108+
API_VERSION = '3.5.4'
109109
SERVER_NAME = None
110110

111111
# cluster settings: specific settings for each cluster and how HQ should handle it.

elastichq/static/commons.f6d76aee09d4282193a5.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

elastichq/static/commons.f6d76aee09d4282193a5.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

elastichq/static/main.f6d76aee09d4282193a5.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

elastichq/static/main.f6d76aee09d4282193a5.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

elastichq/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>Elastic Search - HQ</title>
6-
<link href="static/app.bundle.css?f6d76aee09d4282193a5" rel="stylesheet"></head>
6+
<link href="static/app.bundle.css?0c5d691bc33f1cc1a9c6" rel="stylesheet"></head>
77
<body ng-app="eshq" ng-strict-di>
88
<eshq-top-nav></eshq-top-nav>
99
<div class="container-fluid">
1010
<div ui-view></div>
1111
</div>
1212
<eshq-footer></eshq-footer>
13-
<script type="text/javascript" src="static/commons.f6d76aee09d4282193a5.js?f6d76aee09d4282193a5"></script><script type="text/javascript" src="static/main.f6d76aee09d4282193a5.js?f6d76aee09d4282193a5"></script></body>
13+
<script type="text/javascript" src="static/commons.0c5d691bc33f1cc1a9c6.js?0c5d691bc33f1cc1a9c6"></script><script type="text/javascript" src="static/main.0c5d691bc33f1cc1a9c6.js?0c5d691bc33f1cc1a9c6"></script></body>
1414
</html>

0 commit comments

Comments
 (0)