Skip to content

Commit 8d76437

Browse files
authored
bump version to 1.14.0 (#463)
1 parent c1ab360 commit 8d76437

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
CHANGELOG
33
=========
44

5-
1.14.0-dev
6-
==========
5+
1.14.0
6+
======
77

88
* feature: add support for sagemaker-tensorflow-serving container
99
* feature: Estimator: make input channels optional

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __getattr__(cls, name):
3232
'numpy', 'scipy', 'scipy.sparse']
3333
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
3434

35-
version = '1.11.3'
35+
version = '1.14.0'
3636
project = u'sagemaker'
3737

3838
# Add any Sphinx extension module names here, as strings. They can be extensions

src/sagemaker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
from sagemaker.session import s3_input # noqa: F401
3636
from sagemaker.session import get_execution_role # noqa: F401
3737

38-
__version__ = '1.13.0'
38+
__version__ = '1.14.0'

0 commit comments

Comments
 (0)