Preparing development version 2.1.4-SNAPSHOT

Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/09d62531
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/09d62531
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/09d62531

Branch: refs/heads/branch-2.1
Commit: 09d62531b5a4485d22579a5d1a6b86ba32dced50
Parents: 9a3a34c
Author: Marcelo Vanzin <van...@apache.org>
Authored: Mon Jun 18 20:37:10 2018 +0000
Committer: Marcelo Vanzin <van...@apache.org>
Committed: Mon Jun 18 20:37:10 2018 +0000

----------------------------------------------------------------------
 R/pkg/DESCRIPTION         | 2 +-
 docs/_config.yml          | 4 ++--
 python/pyspark/version.py | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/09d62531/R/pkg/DESCRIPTION
----------------------------------------------------------------------
diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION
index 6c380b6..e47b124 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"),

http://git-wip-us.apache.org/repos/asf/spark/blob/09d62531/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index 0085284..13b5bfb 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

http://git-wip-us.apache.org/repos/asf/spark/blob/09d62531/python/pyspark/version.py
----------------------------------------------------------------------
diff --git a/python/pyspark/version.py b/python/pyspark/version.py
index 30fba69..de159fe 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"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to