File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ Changelog
557.1.0 (dev)
66-----------
77
8+ 7.0.3 (2019-08-21)
9+ -----------
10+ * remove sleep in retries
11+ * pass ``scroll_id `` through body in ``scroll ``
12+ * add ``user-agent ``
13+
8147.0.2 (2019-05-29)
915-----------
1016 * Add connection parameter for Elastic Cloud cloud_id.
Original file line number Diff line number Diff line change 11# flake8: noqa
22from __future__ import absolute_import
33
4- VERSION = (7 , 0 , 2 )
4+ VERSION = (7 , 0 , 3 )
55__version__ = VERSION
66__versionstr__ = "." .join (map (str , VERSION ))
77
Original file line number Diff line number Diff line change 33from setuptools import setup , find_packages
44import sys
55
6- VERSION = (7 , 0 , 2 )
6+ VERSION = (7 , 0 , 3 )
77__version__ = VERSION
88__versionstr__ = "." .join (map (str , VERSION ))
99
You can’t perform that action at this time.
0 commit comments