Skip to content

Commit 9c27fd9

Browse files
authored
Bump version to 1.15.1 (#506)
1 parent 53bf53a commit 9c27fd9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
CHANGELOG
33
=========
44

5-
1.15.1dev
6-
=========
5+
1.15.1
6+
======
77

8+
* enhancement: Local Mode: add explicit pull for serving
89
* feature: Estimators: dependencies attribute allows export of additional libraries into the container
910
* feature: Add APIs to export Airflow transform and deploy config
1011
* bug-fix: Allow code_location argument to be S3 URI in training_config API

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __getattr__(cls, name):
3232
'numpy', 'scipy', 'scipy.sparse']
3333
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
3434

35-
version = '1.15.0'
35+
version = '1.15.1'
3636
project = u'sagemaker'
3737

3838
# Add any Sphinx extension module names here, as strings. They can be extensions

src/sagemaker/__init__.py

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

40-
__version__ = '1.15.0'
40+
__version__ = '1.15.1'

0 commit comments

Comments
 (0)