Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taraslayshchuk committed Apr 12, 2016
1 parent 461a66b commit 5266aa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release Changelog
=================

1.0.2 (2016-04-12)
------------------
- Added --raw_query(-r) argument for using the native Query DSL format.

1.0.1 (2016-01-22)
------------------
- Fixed support elasticsearch-1.4.0.
Expand Down
2 changes: 1 addition & 1 deletion es2csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
CONNECTION_TIMEOUT = 120
TIMES_TO_TRY = 3
RETRY_DELAY = 60
__version__ = '1.0.1'
__version__ = '1.0.2'


# Retry decorator for functions with exceptions
Expand Down

0 comments on commit 5266aa2

Please sign in to comment.