Setting version number to valid version (#108)

* Minor fixes for readthedocs compatibility.

* Adding doc templates

* Setting first version to 7.5
This commit is contained in:
stevedodson 2020-01-10 11:47:52 +00:00 committed by GitHub
parent 1c772d0e50
commit f93b893f9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.x' __version__ = '7.5'
__maintainer__ = 'Elasticsearch B.V.' __maintainer__ = 'Elasticsearch B.V.'
__maintainer_email__ = 'steve.dodson@elastic.co' __maintainer_email__ = 'steve.dodson@elastic.co'