diff --git a/VERSION b/VERSION index c10edc3f..e9307ca5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0-dev +2.0.2 diff --git a/curator/curator.py b/curator/curator.py index 1aa56501..50daf030 100755 --- a/curator/curator.py +++ b/curator/curator.py @@ -5,7 +5,7 @@ import elasticsearch -__version__ = '2.1.0-dev' +__version__ = '2.0.2' logger = logging.getLogger(__name__) diff --git a/curator/curator_script.py b/curator/curator_script.py index fde655c3..64dbc426 100755 --- a/curator/curator_script.py +++ b/curator/curator_script.py @@ -19,7 +19,7 @@ class NullHandler(Handler): def emit(self, record): pass -__version__ = '2.1.0-dev' +__version__ = '2.0.2' # Elasticsearch versions supported version_max = (2, 0, 0) diff --git a/curator/es_repo_mgr.py b/curator/es_repo_mgr.py index 67e1868c..a9c9a0f2 100755 --- a/curator/es_repo_mgr.py +++ b/curator/es_repo_mgr.py @@ -17,7 +17,7 @@ class NullHandler(Handler): def emit(self, record): pass -__version__ = '2.0.0' +__version__ = '2.0.2' # Elasticsearch versions supported version_max = (2, 0, 0) diff --git a/docs/conf.py b/docs/conf.py index d4ebcf4f..4a418df6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,9 +50,9 @@ # built documents. # # The short X.Y version. -version = '2.1' +version = '2.0' # The full version, including alpha/beta/rc tags. -release = '2.1.0-dev' +release = '2.0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.