Bump version to 7.0.2
This commit is contained in:
+4
-1
@@ -3,11 +3,14 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
7.1.0 (dev)
|
7.1.0 (dev)
|
||||||
|
-----------
|
||||||
|
|
||||||
|
7.0.2 (2019-05-29)
|
||||||
-----------
|
-----------
|
||||||
* Add connection parameter for Elastic Cloud cloud_id.
|
* Add connection parameter for Elastic Cloud cloud_id.
|
||||||
* ML client uses client object for _bulk_body requests
|
* ML client uses client object for _bulk_body requests
|
||||||
|
|
||||||
7.0.1 (2019-05019)
|
7.0.1 (2019-05-19)
|
||||||
-----------
|
-----------
|
||||||
* Use black to format the code.
|
* Use black to format the code.
|
||||||
* Update the test matrix to only use current pythons and 7.x ES
|
* Update the test matrix to only use current pythons and 7.x ES
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# flake8: noqa
|
# flake8: noqa
|
||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
|
|
||||||
VERSION = (7, 0, 1)
|
VERSION = (7, 0, 2)
|
||||||
__version__ = VERSION
|
__version__ = VERSION
|
||||||
__versionstr__ = ".".join(map(str, VERSION))
|
__versionstr__ = ".".join(map(str, VERSION))
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ from os.path import join, dirname
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
VERSION = (7, 0, 1)
|
VERSION = (7, 0, 2)
|
||||||
__version__ = VERSION
|
__version__ = VERSION
|
||||||
__versionstr__ = ".".join(map(str, VERSION))
|
__versionstr__ = ".".join(map(str, VERSION))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user