Skip to content

Commit b88ee08

Browse files
author
Jonathan Esterhazy
committed
bump version to 1.16.0
1 parent 8b9a216 commit b88ee08

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.16.0.dev
6-
==========
5+
1.16.0
6+
======
77

8+
* features Add 0.10.1 coach version
89
* feature: Add support for SageMaker Neo
910
* feature: Estimators: Add RLEstimator to provide support for Reinforcement Learning
1011
* feature: Add support for Amazon Elastic Inference

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.2'
35+
version = '1.16.0'
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
@@ -39,4 +39,4 @@
3939
from sagemaker.session import s3_input # noqa: F401
4040
from sagemaker.session import get_execution_role # noqa: F401
4141

42-
__version__ = '1.15.2'
42+
__version__ = '1.16.0'

0 commit comments

Comments
 (0)