File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
CHANGELOG
3
3
=========
4
4
5
- 1.2.3-dev
5
+ 1.2.3
6
6
=========
7
7
* bug-fix: Fix local mode not using the right s3 bucket
8
8
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ You can install from source by cloning this repository and issuing a pip install
47
47
48
48
git clone https://github.com/aws/sagemaker-python-sdk.git
49
49
python setup.py sdist
50
- pip install dist/sagemaker-1.2.2 .tar.gz
50
+ pip install dist/sagemaker-1.2.3 .tar.gz
51
51
52
52
Supported Python versions
53
53
~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def __getattr__(cls, name):
19
19
'numpy' , 'scipy' , 'scipy.sparse' ]
20
20
sys .modules .update ((mod_name , Mock ()) for mod_name in MOCK_MODULES )
21
21
22
- version = '1.2.2 '
22
+ version = '1.2.3 '
23
23
project = u'sagemaker'
24
24
25
25
# Add any Sphinx extension module names here, as strings. They can be extensions
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def read(fname):
11
11
12
12
13
13
setup (name = "sagemaker" ,
14
- version = "1.2.2 " ,
14
+ version = "1.2.3 " ,
15
15
description = "Open source library for training and deploying models on Amazon SageMaker." ,
16
16
packages = find_packages ('src' ),
17
17
package_dir = {'' : 'src' },
You can’t perform that action at this time.
0 commit comments