From 82cf08c4eb9ffc29b4e5257ca918c7a154c766d6 Mon Sep 17 00:00:00 2001 From: Lauren Yu <6631887+laurenyu@users.noreply.github.com> Date: Wed, 23 Jan 2019 15:41:20 -0800 Subject: [PATCH] Bump version to 1.18.1 --- CHANGELOG.rst | 4 ++-- doc/conf.py | 2 +- src/sagemaker/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 19274288ac..0b40819274 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,8 +3,8 @@ CHANGELOG ========= -1.18.1.dev -========== +1.18.1 +====== * enhancement: Add ``tuner`` to imports in ``sagemaker/__init__.py`` diff --git a/doc/conf.py b/doc/conf.py index ead8b69dff..1e8d82293b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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 diff --git a/src/sagemaker/__init__.py b/src/sagemaker/__init__.py index 048423933f..091753a712 100644 --- a/src/sagemaker/__init__.py +++ b/src/sagemaker/__init__.py @@ -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'