Skip to content

Commit c462736

Browse files
authored
Bump version to 1.14.2 (#477)
1 parent b42fec5 commit c462736

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.2-dev
6-
==========
5+
1.14.2
6+
=======
77

88
* bug-fix: support ``CustomAttributes`` argument in local mode ``invoke_endpoint`` requests
99
* enhancement: add ``content_type`` parameter to ``sagemaker.tensorflow.serving.Predictor``

src/sagemaker/__init__.py

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

39-
__version__ = '1.14.1'
39+
__version__ = '1.14.2'

0 commit comments

Comments
 (0)