From 02eb7791df795c94a35b76410234cdb4f146ab4d Mon Sep 17 00:00:00 2001 From: Omkar Deshpande Date: Fri, 22 Mar 2019 16:06:44 +0530 Subject: [PATCH] Describing the latest version --- docs/python/index.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/python/index.asciidoc b/docs/python/index.asciidoc index ea1b6a837b58f..8def003e7c2ab 100644 --- a/docs/python/index.asciidoc +++ b/docs/python/index.asciidoc @@ -58,8 +58,8 @@ The recommended way to set your requirements in your `setup.py` or [source,txt] ------------------------------------ - # Elasticsearch 5.x - elasticsearch>=5.0.0,<6.0.0 + # Elasticsearch 6.x + elasticsearch>=6.0.0,<7.0.0 # Elasticsearch 2.x elasticsearch2