Skip to content

Commit b119cd9

Browse files
5.5.2
1 parent 1775b74 commit b119cd9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/HISTORY.rst

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

6+
5.5.2 (2018-03-21)
7+
------------------
8+
- Fixed encoding in field name to UTF-8. (Issue `#35 <https://github.com/taraslayshchuk/es2csv/issues/35>`_)
9+
- Added --sort(-S) argument for sorting data by selected field. (Issue `#41 <https://github.com/taraslayshchuk/es2csv/issues/41>`_)
10+
- Added requirement for version of python 2.7.*. (Issue `#8 <https://github.com/taraslayshchuk/es2csv/issues/8>`_, `#12 <https://github.com/taraslayshchuk/es2csv/issues/12>`_, `#20 <https://github.com/taraslayshchuk/es2csv/issues/20>`_, `#29 <https://github.com/taraslayshchuk/es2csv/issues/29>`_, `#33 <https://github.com/taraslayshchuk/es2csv/issues/33>`_ and `#38 <https://github.com/taraslayshchuk/es2csv/issues/38>`_)
11+
- Update documentation with examples.
12+
- Updating version elasticsearch-py to 5.5.*.
13+
614
5.2.1 (2017-04-02)
715
------------------
816
- Added --verify-certs, --ca-certs, --client-cert, --client-key arguments for SSL configuration. (Issue `#11 <https://github.com/taraslayshchuk/es2csv/issues/11>`_ and `#24 <https://github.com/taraslayshchuk/es2csv/issues/24>`_, Pull `#22 <https://github.com/taraslayshchuk/es2csv/pull/22>`_)

es2csv_cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import argparse
1616
import es2csv
1717

18-
__version__ = '5.2.1'
18+
__version__ = '5.5.2'
1919

2020

2121
def main():

0 commit comments

Comments
 (0)