Skip to content

Commit

Permalink
Bumping up version to 1.18.0 for horovod release (#604)
Browse files Browse the repository at this point in the history
* Bumping up version to 1.18.0 for horovod release
  • Loading branch information
uditbhatia committed Jan 17, 2019
1 parent 8a61a7c commit 84a849f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CHANGELOG
=========


1.17.3
1.18.0
======

* bug-fix: Handle StopIteration in CloudWatch Logs retrieval
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __getattr__(cls, name):
'numpy', 'scipy', 'scipy.sparse']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

version = '1.17.2'
version = '1.18.0'
project = u'sagemaker'

# Add any Sphinx extension module names here, as strings. They can be extensions
Expand Down
2 changes: 1 addition & 1 deletion src/sagemaker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
from sagemaker.session import s3_input # noqa: F401
from sagemaker.session import get_execution_role # noqa: F401

__version__ = '1.17.3'
__version__ = '1.18.0'

0 comments on commit 84a849f

Please sign in to comment.