Skip to content

Commit

Permalink
Merge branch 'release/2.0.0'
Browse files Browse the repository at this point in the history
The version is officially bumped to 2.0.0
  • Loading branch information
untergeek committed Sep 25, 2014
2 parents 5e755a5 + 398ac95 commit b9d49dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-dev
2.0.0
2 changes: 1 addition & 1 deletion curator/curator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import elasticsearch

__version__ = '2.0.0-dev'
__version__ = '2.0.0'

logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion curator/curator_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class NullHandler(Handler):
def emit(self, record):
pass

__version__ = '2.0.0-dev'
__version__ = '2.0.0'

# Elasticsearch versions supported
version_max = (2, 0, 0)
Expand Down
2 changes: 1 addition & 1 deletion curator/es_repo_mgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class NullHandler(Handler):
def emit(self, record):
pass

__version__ = '2.0.0-dev'
__version__ = '2.0.0'

# Elasticsearch versions supported
version_max = (2, 0, 0)
Expand Down

0 comments on commit b9d49dc

Please sign in to comment.