Skip to content

Commit 2e2e397

Browse files
authored
Upgrade version to 1.4.2. (#234)
* Upgrade version to 1.4.2. * Address PR comments.
1 parent fb91511 commit 2e2e397

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.4.2dev
6-
========
5+
1.4.2
6+
=====
77

88
* bug-fix: Unit Tests: Improve unit test runtime
99
* bug-fix: Estimators: Fix attach for LDA

README.rst

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

5050
git clone https://github.com/aws/sagemaker-python-sdk.git
5151
python setup.py sdist
52-
pip install dist/sagemaker-1.4.1.tar.gz
52+
pip install dist/sagemaker-1.4.2.tar.gz
5353

5454
Supported Python versions
5555
~~~~~~~~~~~~~~~~~~~~~~~~~

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