From d58118c641f4c6ff9a7971de0dd758e9b35efdf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Tue, 11 Feb 2014 03:43:53 +0100 Subject: [PATCH] [DOCS] adding a note on python client versioning schema --- docs/python/index.asciidoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/python/index.asciidoc b/docs/python/index.asciidoc index 8e14b3ebb19..ac8eb051755 100644 --- a/docs/python/index.asciidoc +++ b/docs/python/index.asciidoc @@ -14,6 +14,15 @@ It can be installed with: pip install elasticsearch ------------------------------------ +=== Versioning + +There are two branches for development - `master` and `0.4`. Master branch is +used to track all the changes for Elasticsearch 1.0 and beyond whereas 0.4 +tracks Elasticsearch 0.90. + +Releases with major version 1 (1.X.Y) are to be used with Elasticsearch 1.* and +later, 0.4 releases are meant to work with Elasticsearch 0.90.*. + === Example use Simple use-case: