We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9609cc commit df486f5Copy full SHA for df486f5
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 4.0.4 (2018-11-26)
4
+
5
+Bug fixes:
6
7
+* Pin to elasticsearch-dsl>=6.0.0,<6.3.0 because version 6.3.0
8
+ introduces an incompatiblity.
9
10
## 4.0.3 (2018-10-15)
11
12
Bug fixes:
elasticsearch_metrics/__init__.py
@@ -3,7 +3,7 @@
from elasticsearch_dsl.connections import connections
from django.utils.module_loading import autodiscover_modules
-__version__ = "4.0.3"
+__version__ = "4.0.4"
default_app_config = "elasticsearch_metrics.ElasticsearchMetricsConfig"
0 commit comments