From fa930b6cea6859e9cbc05132b4093f78a96374d3 Mon Sep 17 00:00:00 2001 From: stevedodson Date: Sat, 15 Feb 2020 20:10:41 +0100 Subject: [PATCH] 7.6.0a2 (#130) * Updating test matrix for 7.6 + removing oss for now. * Resolving 7.6.0 docs issues * Updating ML docs * Bumping version following doc fixes --- eland/_version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eland/_version.py b/eland/_version.py index ce7b242..9c4d2d5 100644 --- a/eland/_version.py +++ b/eland/_version.py @@ -1,4 +1,4 @@ -# Copyright 2019 Elasticsearch BV +# Copyright 2020 Elasticsearch BV # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -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.0a1' +__version__ = '7.6.0a2' __maintainer__ = 'Elasticsearch B.V.' __maintainer_email__ = 'steve.dodson@elastic.co'