We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b42fec5 commit c462736Copy full SHA for c462736
CHANGELOG.rst
@@ -2,8 +2,8 @@
2
CHANGELOG
3
=========
4
5
-1.14.2-dev
6
-==========
+1.14.2
+=======
7
8
* bug-fix: support ``CustomAttributes`` argument in local mode ``invoke_endpoint`` requests
9
* enhancement: add ``content_type`` parameter to ``sagemaker.tensorflow.serving.Predictor``
src/sagemaker/__init__.py
@@ -36,4 +36,4 @@
36
from sagemaker.session import s3_input # noqa: F401
37
from sagemaker.session import get_execution_role # noqa: F401
38
39
-__version__ = '1.14.1'
+__version__ = '1.14.2'
0 commit comments