File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22CHANGELOG
33=========
44
5- 1.17.0.dev
6- ==========
5+ 1.17.0
6+ ======
77
88* bug-fix: Revert appending Airflow retry id to default job name
99* bug-fix: Session: don't allow get_execution_role() to return an ARN that's not a role but has "role" in the name
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def __getattr__(cls, name):
3232 'numpy' , 'scipy' , 'scipy.sparse' ]
3333sys .modules .update ((mod_name , Mock ()) for mod_name in MOCK_MODULES )
3434
35- version = '1.16.3 '
35+ version = '1.17.0 '
3636project = u'sagemaker'
3737
3838# Add any Sphinx extension module names here, as strings. They can be extensions
Original file line number Diff line number Diff line change 3939from sagemaker .session import s3_input # noqa: F401
4040from sagemaker .session import get_execution_role # noqa: F401
4141
42- __version__ = '1.16.3 '
42+ __version__ = '1.17.0 '
You can’t perform that action at this time.
0 commit comments