Skip to content

Commit eacb833

Browse files
authored
Bump version to 1.5.4 (#286)
1 parent c3095d5 commit eacb833

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
CHANGELOG
33
=========
44

5-
1.5.4dev
6-
========
5+
1.5.4
6+
=====
77

88
* feature: Added Docker Registry for all 1p algorithms in amazon_estimator.py
99
* feature: Added get_image_uri method for 1p algorithms in amazon_estimator.py

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can install from source by cloning this repository and issuing a pip install
5050

5151
git clone https://github.com/aws/sagemaker-python-sdk.git
5252
python setup.py sdist
53-
pip install dist/sagemaker-1.5.3.tar.gz
53+
pip install dist/sagemaker-1.5.4.tar.gz
5454

5555
Supported Python versions
5656
~~~~~~~~~~~~~~~~~~~~~~~~~

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.5.3",
26+
version="1.5.4",
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)