From 09d62531b5a4485d22579a5d1a6b86ba32dced50 Mon Sep 17 00:00:00 2001 From: Marcelo Vanzin Date: Mon, 18 Jun 2018 20:37:10 +0000 Subject: [PATCH] Preparing development version 2.1.4-SNAPSHOT --- R/pkg/DESCRIPTION | 2 +- docs/_config.yml | 4 ++-- python/pyspark/version.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION index 6c380b6bfec53..e47b12473821b 100644 --- a/R/pkg/DESCRIPTION +++ b/R/pkg/DESCRIPTION @@ -1,6 +1,6 @@ Package: SparkR Type: Package -Version: 2.1.3 +Version: 2.1.4 Title: R Frontend for Apache Spark Description: Provides an R Frontend for Apache Spark. Authors@R: c(person("Shivaram", "Venkataraman", role = c("aut", "cre"), diff --git a/docs/_config.yml b/docs/_config.yml index 00852846e80fc..13b5bfb66942a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -14,8 +14,8 @@ include: # These allow the documentation to be updated with newer releases # of Spark, Scala, and Mesos. -SPARK_VERSION: 2.1.3 -SPARK_VERSION_SHORT: 2.1.3 +SPARK_VERSION: 2.1.4-SNAPSHOT +SPARK_VERSION_SHORT: 2.1.4 SCALA_BINARY_VERSION: "2.11" SCALA_VERSION: "2.11.8" MESOS_VERSION: 1.0.0 diff --git a/python/pyspark/version.py b/python/pyspark/version.py index 30fba69ed460a..de159fe6d6e53 100644 --- a/python/pyspark/version.py +++ b/python/pyspark/version.py @@ -16,4 +16,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.1.3" +__version__ = "2.1.4.dev0"