Skip to content

Commit

Permalink
bump version to 1.1.4 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChoiByungWook authored Aug 23, 2018
1 parent 719f81f commit d5986da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
CHANGELOG
=========

1.1.4
=====

* spark/pyspark bug-fix: Increase default timeout for inference requests

1.1.3
========
=====

* spark/pyspark feature: LinearLearnerEstimator: Add multi-class classifier

Expand Down
2 changes: 1 addition & 1 deletion sagemaker-pyspark-sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from setuptools import setup


VERSION = "1.1.3"
VERSION = "1.1.4"

TEMP_PATH = "deps"
JARS_TARGET = os.path.join(TEMP_PATH, "jars")
Expand Down
2 changes: 1 addition & 1 deletion sagemaker-spark-sdk/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ scalaVersion := "2.11.7"
// to change the version of spark add -DSPARK_VERSION=2.x.x when running sbt
// for example: "sbt -DSPARK_VERSION=2.1.1 clean compile test doc package"
val sparkVersion = System.getProperty("SPARK_VERSION", "2.2.0")
version := "spark_" + sparkVersion + "-1.1.3"
version := "spark_" + sparkVersion + "-1.1.4"

lazy val SageMakerSpark = (project in file("."))

Expand Down

0 comments on commit d5986da

Please sign in to comment.