We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461a66b commit 5266aa2Copy full SHA for 5266aa2
HISTORY.rst
@@ -3,6 +3,10 @@
3
Release Changelog
4
=================
5
6
+1.0.2 (2016-04-12)
7
+------------------
8
+- Added --raw_query(-r) argument for using the native Query DSL format.
9
+
10
1.0.1 (2016-01-22)
11
------------------
12
- Fixed support elasticsearch-1.4.0.
es2csv.py
@@ -24,7 +24,7 @@
24
CONNECTION_TIMEOUT = 120
25
TIMES_TO_TRY = 3
26
RETRY_DELAY = 60
27
-__version__ = '1.0.1'
+__version__ = '1.0.2'
28
29
30
# Retry decorator for functions with exceptions
0 commit comments