From 9492736ab70fff6eacff518468ee9e5f13857418 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Fri, 23 May 2014 17:47:11 +0200 Subject: [PATCH] Update to elasticsearch 1.3.0 Closes #13. (cherry picked from commit b9cff46) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b56a67864ea..c9685499508 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ The Python (jython) language plugin allows to have `python` as the language of s In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-lang-python/2.0.0`. * For master elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-lang-python/tree/master). +* For 1.3.x elasticsearch versions, look at [es-1.3 branch](https://github.com/elasticsearch/elasticsearch-lang-python/tree/es-1.3). * For 1.2.x elasticsearch versions, look at [es-1.2 branch](https://github.com/elasticsearch/elasticsearch-lang-python/tree/es-1.2). * For 1.1.x elasticsearch versions, look at [es-1.1 branch](https://github.com/elasticsearch/elasticsearch-lang-python/tree/es-1.1). * For 1.0.x elasticsearch versions, look at [es-1.0 branch](https://github.com/elasticsearch/elasticsearch-lang-python/tree/es-1.0).