From f93b893f9d3510ca1690a8374e4f67d40931283f Mon Sep 17 00:00:00 2001 From: stevedodson Date: Fri, 10 Jan 2020 11:47:52 +0000 Subject: [PATCH] Setting version number to valid version (#108) * Minor fixes for readthedocs compatibility. * Adding doc templates * Setting first version to 7.5 --- eland/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eland/__version__.py b/eland/__version__.py index 476b73c..56f6d5b 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.x' +__version__ = '7.5' __maintainer__ = 'Elasticsearch B.V.' __maintainer_email__ = 'steve.dodson@elastic.co'