Skip to content

Commit 22a46a7

Browse files
authored
Merge branch 'master' into functional-test-doc
2 parents afb1a65 + c05b857 commit 22a46a7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v10.1.4 (2020-06-10)
4+
5+
### Bug Fixes and Other Changes
6+
7+
* bump version of sagemaker-training for script entry point fix.
8+
39
## v10.1.3 (2020-05-12)
410

511
### Bug Fixes and Other Changes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.1.4.dev0
1+
10.1.5.dev0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def read_version():
6363
'Programming Language :: Python :: 3.7',
6464
],
6565

66-
install_requires=['sagemaker-training>=3.5.1', 'numpy', 'scipy', 'sklearn',
66+
install_requires=['sagemaker-training>=3.5.2', 'numpy', 'scipy', 'sklearn',
6767
'pandas', 'Pillow', 'h5py'],
6868
extras_require={
6969
'test': test_dependencies,

0 commit comments

Comments
 (0)