Skip to content

Commit 7fad99e

Browse files
author
Jonathan Esterhazy
committed
bump version to 1.16.1 and update boto3 version
1 parent b88ee08 commit 7fad99e

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22
CHANGELOG
33
=========
44

5+
1.16.1
6+
======
7+
8+
* feature: update boto3 to version 1.9.55
9+
510
1.16.0
611
======
712

8-
* features Add 0.10.1 coach version
13+
* feature: Add 0.10.1 coach version
914
* feature: Add support for SageMaker Neo
1015
* feature: Estimators: Add RLEstimator to provide support for Reinforcement Learning
1116
* 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.16.0'
35+
version = '1.16.1'
3636
project = u'sagemaker'
3737

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def read(fname):
3333

3434

3535
# Declare minimal set for installation
36-
required_packages = ['boto3>=1.9.45', 'numpy>=1.9.0', 'protobuf>=3.1', 'scipy>=0.19.0',
36+
required_packages = ['boto3>=1.9.55', 'numpy>=1.9.0', 'protobuf>=3.1', 'scipy>=0.19.0',
3737
'urllib3>=1.21', 'PyYAML>=3.2', 'protobuf3-to-dict>=0.1.5',
3838
'docker-compose>=1.23.0']
3939

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.16.0'
42+
__version__ = '1.16.1'

0 commit comments

Comments
 (0)