Version bump for 7.5.1 release
This commit is contained in:
+7
-1
@@ -3,8 +3,14 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
7.5.0 (2020-01-09)
|
7.5.1 (2020-01-19)
|
||||||
------------------
|
------------------
|
||||||
|
* ``7.5.0`` tag was not released so retagging
|
||||||
|
|
||||||
|
7.5.0
|
||||||
|
-----
|
||||||
|
* All API is now auto generated
|
||||||
|
* deprecated the ``.xpack`` namespace
|
||||||
* Update client to support ES 7.5 APIs
|
* Update client to support ES 7.5 APIs
|
||||||
|
|
||||||
7.1.0 (2019-11-14)
|
7.1.0 (2019-11-14)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# flake8: noqa
|
# flake8: noqa
|
||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
|
|
||||||
VERSION = (7, 5, 0)
|
VERSION = (7, 5, 1)
|
||||||
__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, 5, 0)
|
VERSION = (7, 5, 1)
|
||||||
__version__ = VERSION
|
__version__ = VERSION
|
||||||
__versionstr__ = ".".join(map(str, VERSION))
|
__versionstr__ = ".".join(map(str, VERSION))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user