Skip to content

Commit 9362bba

Browse files
authored
Bump version to 1.2.3 (#152)
1 parent 04bfc38 commit 9362bba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
CHANGELOG
33
=========
44

5-
1.2.3-dev
5+
1.2.3
66
=========
77
* bug-fix: Fix local mode not using the right s3 bucket
88

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can install from source by cloning this repository and issuing a pip install
4747

4848
git clone https://github.com/aws/sagemaker-python-sdk.git
4949
python setup.py sdist
50-
pip install dist/sagemaker-1.2.2.tar.gz
50+
pip install dist/sagemaker-1.2.3.tar.gz
5151

5252
Supported Python versions
5353
~~~~~~~~~~~~~~~~~~~~~~~~~

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def __getattr__(cls, name):
1919
'numpy', 'scipy', 'scipy.sparse']
2020
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
2121

22-
version = '1.2.2'
22+
version = '1.2.3'
2323
project = u'sagemaker'
2424

2525
# 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
@@ -11,7 +11,7 @@ def read(fname):
1111

1212

1313
setup(name="sagemaker",
14-
version="1.2.2",
14+
version="1.2.3",
1515
description="Open source library for training and deploying models on Amazon SageMaker.",
1616
packages=find_packages('src'),
1717
package_dir={'': 'src'},

0 commit comments

Comments
 (0)