Skip to content

Commit 08eea20

Browse files
ChoiByungWookPiali Das
authored and
Piali Das
committed
Bump version to 1.11.0 (aws#410)
1 parent 8e93390 commit 08eea20

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.rst

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
CHANGELOG
33
=========
44

5-
1.10.2dev
6-
=========
5+
1.11.0
6+
======
77

8-
* bug-fix: Setting health check timeout limit on local mode to 30s
9-
* bug-fix: Make Hyperparameters in local mode optional.
10-
* enhancement: Add support for volume KMS key to Transformer
8+
* bug-fix: setting health check timeout limit on local mode to 30s
9+
* bug-fix: make Hyperparameters in local mode optional.
10+
* enhancement: add support for volume KMS key to Transformer
11+
* feature: add support for GovCloud
1112

1213
1.10.1
1314
======

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read(fname):
2323

2424

2525
setup(name="sagemaker",
26-
version="1.10.1",
26+
version="1.11.0",
2727
description="Open source library for training and deploying models on Amazon SageMaker.",
2828
packages=find_packages('src'),
2929
package_dir={'': 'src'},

0 commit comments

Comments
 (0)