Skip to content

Commit

Permalink
Bump version to 1.18.1 (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenyu committed Jan 24, 2019
1 parent e0ad061 commit 1c94079
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ CHANGELOG
=========


1.18.1.dev
==========
1.18.1
======

* enhancement: Add ``tuner`` to imports in ``sagemaker/__init__.py``

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.18.0'
version = '1.18.1'
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.18.0'
__version__ = '1.18.1'

0 comments on commit 1c94079

Please sign in to comment.