* Updating test matrix for 7.6 + removing oss for now.

* Resolving 7.6.0 docs issues

* Updating ML docs

* Bumping version following doc fixes
This commit is contained in:
stevedodson 2020-02-15 20:10:41 +01:00 committed by GitHub
parent 163d18d84e
commit fa930b6cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# Copyright 2019 Elasticsearch BV # Copyright 2020 Elasticsearch BV
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
@ -15,6 +15,6 @@
__title__ = 'eland' __title__ = 'eland'
__description__ = 'Python elasticsearch client to analyse, explore and manipulate data that resides in elasticsearch.' __description__ = 'Python elasticsearch client to analyse, explore and manipulate data that resides in elasticsearch.'
__url__ = 'https://github.com/elastic/eland' __url__ = 'https://github.com/elastic/eland'
__version__ = '7.6.0a1' __version__ = '7.6.0a2'
__maintainer__ = 'Elasticsearch B.V.' __maintainer__ = 'Elasticsearch B.V.'
__maintainer_email__ = 'steve.dodson@elastic.co' __maintainer_email__ = 'steve.dodson@elastic.co'