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 911a206 commit 4ca0446Copy full SHA for 4ca0446
CHANGELOG.rst
@@ -2,7 +2,7 @@
2
CHANGELOG
3
=========
4
5
-1.14.3-dev
+1.15.0
6
======
7
8
* bug-fix: Changes to use correct S3 bucket and time range for dataframes in TrainingJobAnalytics.
src/sagemaker/__init__.py
@@ -37,4 +37,4 @@
37
from sagemaker.session import s3_input # noqa: F401
38
from sagemaker.session import get_execution_role # noqa: F401
39
40
-__version__ = '1.14.2'
+__version__ = '1.15.0'
0 commit comments