diff --git a/README.md b/README.md
index c711c7f7386..5d0824eb192 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,7 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
| Python Lang Plugin | elasticsearch | jython | Release date |
|-----------------------------|---------------------|----------|:------------:|
+| 2.1.0-SNAPSHOT | 1.0.0.RC1 -> master | 2.5.3 | XXXX-XX-XX |
| 2.0.0 | 1.0.0.RC1 -> master | 2.5.3 | 2014-03-07 |
| 2.0.0.RC1 | 1.0.0.RC1 -> master | 2.5.3 | 2014-01-15 |
diff --git a/pom.xml b/pom.xml
index 3cd789f5425..e0a87935db6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.elasticsearch
elasticsearch-lang-python
- 2.0.0
+ 2.1.0-SNAPSHOT
jar
Elasticsearch Python language plugin
The Python language plugin allows to have python as the language of scripts to execute.