diff --git a/HISTORY.rst b/HISTORY.rst index 134d74c..310f28a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ Release Changelog ================= +2.4.3 (2017-02-15) +------------------ +- Update doc according to wildcard support in fields naming. +- Added support of old version pip. (Issue `#16 `_) + 2.4.2 (2017-02-14) ------------------ - Added wildcard support in fields naming. diff --git a/es2csv.py b/es2csv.py index 43eec27..4575098 100755 --- a/es2csv.py +++ b/es2csv.py @@ -26,7 +26,7 @@ TIMES_TO_TRY = 3 RETRY_DELAY = 60 META_FIELDS = ['_id', '_index', '_score', '_type'] -__version__ = '2.4.2' +__version__ = '2.4.3' # Retry decorator for functions with exceptions