Skip to content

Commit

Permalink
Update version (for real this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
untergeek committed Jan 22, 2015
1 parent 361ca7e commit 9f52051
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0-dev
2.1.2
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.2.0-dev'
__version__ = '2.1.2'

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.2.0-dev'
__version__ = '2.1.2'

# 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.2.0-dev'
__version__ = '2.1.2'

# Elasticsearch versions supported
version_max = (2, 0, 0)
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = '2.2'
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '2.2.0-dev'
release = '2.1.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 9f52051

Please sign in to comment.