Skip to content

Commit 5266aa2

Browse files
1.0.2
1 parent 461a66b commit 5266aa2

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+
1.0.2 (2016-04-12)
7+
------------------
8+
- Added --raw_query(-r) argument for using the native Query DSL format.
9+
610
1.0.1 (2016-01-22)
711
------------------
812
- Fixed support elasticsearch-1.4.0.

es2csv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
CONNECTION_TIMEOUT = 120
2525
TIMES_TO_TRY = 3
2626
RETRY_DELAY = 60
27-
__version__ = '1.0.1'
27+
__version__ = '1.0.2'
2828

2929

3030
# Retry decorator for functions with exceptions

0 commit comments

Comments
 (0)