File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
CHANGELOG
3
3
=========
4
4
5
- 1.15.1dev
6
- =========
5
+ 1.15.1
6
+ ======
7
7
8
+ * enhancement: Local Mode: add explicit pull for serving
8
9
* feature: Estimators: dependencies attribute allows export of additional libraries into the container
9
10
* feature: Add APIs to export Airflow transform and deploy config
10
11
* bug-fix: Allow code_location argument to be S3 URI in training_config API
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def __getattr__(cls, name):
32
32
'numpy' , 'scipy' , 'scipy.sparse' ]
33
33
sys .modules .update ((mod_name , Mock ()) for mod_name in MOCK_MODULES )
34
34
35
- version = '1.15.0 '
35
+ version = '1.15.1 '
36
36
project = u'sagemaker'
37
37
38
38
# Add any Sphinx extension module names here, as strings. They can be extensions
Original file line number Diff line number Diff line change 37
37
from sagemaker .session import s3_input # noqa: F401
38
38
from sagemaker .session import get_execution_role # noqa: F401
39
39
40
- __version__ = '1.15.0 '
40
+ __version__ = '1.15.1 '
You can’t perform that action at this time.
0 commit comments