From b119cd91eee63bf1c4f056470df7fb358ba77d32 Mon Sep 17 00:00:00 2001 From: Taras Layshchuk Date: Wed, 21 Mar 2018 22:25:55 +0200 Subject: [PATCH] 5.5.2 --- docs/HISTORY.rst | 8 ++++++++ es2csv_cli.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/HISTORY.rst b/docs/HISTORY.rst index b381913..a7700bc 100644 --- a/docs/HISTORY.rst +++ b/docs/HISTORY.rst @@ -3,6 +3,14 @@ Release Changelog ================= +5.5.2 (2018-03-21) +------------------ +- Fixed encoding in field name to UTF-8. (Issue `#35 `_) +- Added --sort(-S) argument for sorting data by selected field. (Issue `#41 `_) +- Added requirement for version of python 2.7.*. (Issue `#8 `_, `#12 `_, `#20 `_, `#29 `_, `#33 `_ and `#38 `_) +- Update documentation with examples. +- Updating version elasticsearch-py to 5.5.*. + 5.2.1 (2017-04-02) ------------------ - Added --verify-certs, --ca-certs, --client-cert, --client-key arguments for SSL configuration. (Issue `#11 `_ and `#24 `_, Pull `#22 `_) diff --git a/es2csv_cli.py b/es2csv_cli.py index bbf709c..aaf5c83 100644 --- a/es2csv_cli.py +++ b/es2csv_cli.py @@ -15,7 +15,7 @@ import argparse import es2csv -__version__ = '5.2.1' +__version__ = '5.5.2' def main():