File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=========
5
5
7.1.0 (dev)
6
+ -----------
7
+
8
+ 7.0.2 (2019-05-29)
6
9
-----------
7
10
* Add connection parameter for Elastic Cloud cloud_id.
8
11
* ML client uses client object for _bulk_body requests
9
12
10
- 7.0.1 (2019-05019 )
13
+ 7.0.1 (2019-05-19 )
11
14
-----------
12
15
* Use black to format the code.
13
16
* Update the test matrix to only use current pythons and 7.x ES
Original file line number Diff line number Diff line change 1
1
# flake8: noqa
2
2
from __future__ import absolute_import
3
3
4
- VERSION = (7 , 0 , 1 )
4
+ VERSION = (7 , 0 , 2 )
5
5
__version__ = VERSION
6
6
__versionstr__ = "." .join (map (str , VERSION ))
7
7
Original file line number Diff line number Diff line change 3
3
from setuptools import setup , find_packages
4
4
import sys
5
5
6
- VERSION = (7 , 0 , 1 )
6
+ VERSION = (7 , 0 , 2 )
7
7
__version__ = VERSION
8
8
__versionstr__ = "." .join (map (str , VERSION ))
9
9
You can’t perform that action at this time.
0 commit comments