diff --git a/CHANGELOG b/CHANGELOG index 3723c12..4f244d6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,20 @@ What's new in ElasticUtils .. contents:: :local: +Version 0.11: In development +-============================ + + .. Note:: + + This version supports Elasticsearch 1.0 and later. It does not + support versions earlier than 1.0. + + This supports elasticsearch-py >= 1.0. + +**API-breaking changes:** + +**Changes:** + Version 0.10.2: October 10th, 2014 ================================== diff --git a/elasticutils/_version.py b/elasticutils/_version.py index 3787ddf..cf563cd 100644 --- a/elasticutils/_version.py +++ b/elasticutils/_version.py @@ -3,5 +3,5 @@ # * 0.3 - released version # * 0.3a1 - alpha version # * 0.3.dev - version in development -__version__ = '0.10.2' -__releasedate__ = '20141010' +__version__ = '0.11.dev' +__releasedate__ = ''