Skip to content

Commit 20b9d5d

Browse files
5.2.0
1 parent 8e1eab4 commit 20b9d5d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.rst

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Release Changelog
44
=================
55

6+
5.2.0 (2017-02-16)
7+
------------------
8+
- Updating version elasticsearch-py to 5.2.* and added support of Elasticsearch 5. (Issue `#19 <https://github.com/taraslayshchuk/es2csv/issues/19>`_)
9+
610
2.4.3 (2017-02-15)
711
------------------
812
- Update doc according to wildcard support in fields naming.

es2csv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
TIMES_TO_TRY = 3
2727
RETRY_DELAY = 60
2828
META_FIELDS = ['_id', '_index', '_score', '_type']
29-
__version__ = '2.4.3'
29+
__version__ = '5.2.0'
3030

3131

3232
# Retry decorator for functions with exceptions

0 commit comments

Comments
 (0)