File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
CHANGELOG
3
3
=========
4
4
5
- 1.10.2dev
6
- =========
5
+ 1.11.0
6
+ ======
7
7
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
11
12
12
13
1.10.1
13
14
======
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def read(fname):
23
23
24
24
25
25
setup (name = "sagemaker" ,
26
- version = "1.10.1 " ,
26
+ version = "1.11.0 " ,
27
27
description = "Open source library for training and deploying models on Amazon SageMaker." ,
28
28
packages = find_packages ('src' ),
29
29
package_dir = {'' : 'src' },
You can’t perform that action at this time.
0 commit comments