Skip to content

Commit df486f5

Browse files
committed
Bump version and update changelog
1 parent f9609cc commit df486f5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## 4.0.3 (2018-10-15)
411

512
Bug fixes:

elasticsearch_metrics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from elasticsearch_dsl.connections import connections
44
from django.utils.module_loading import autodiscover_modules
55

6-
__version__ = "4.0.3"
6+
__version__ = "4.0.4"
77

88
default_app_config = "elasticsearch_metrics.ElasticsearchMetricsConfig"
99

0 commit comments

Comments
 (0)