From 62b3133eae62f786048cc99a251fcffc6bd8d987 Mon Sep 17 00:00:00 2001 From: stevedodson Date: Sat, 15 Feb 2020 20:33:33 +0100 Subject: [PATCH] 7.6.0a3 (#132) * Updating test matrix for 7.6 + removing oss for now. * Resolving 7.6.0 docs issues * Updating ML docs * Bumping version following doc fixes * Change ExternalMLModel to ImportedMLModel * Bumping version --- eland/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eland/_version.py b/eland/_version.py index 9c4d2d5..059e624 100644 --- a/eland/_version.py +++ b/eland/_version.py @@ -15,6 +15,6 @@ __title__ = 'eland' __description__ = 'Python elasticsearch client to analyse, explore and manipulate data that resides in elasticsearch.' __url__ = 'https://github.com/elastic/eland' -__version__ = '7.6.0a2' +__version__ = '7.6.0a3' __maintainer__ = 'Elasticsearch B.V.' __maintainer_email__ = 'steve.dodson@elastic.co'