Repository: spark
Updated Branches:
  refs/heads/master 9413b84b5 -> 9a145fd79


[MINOR] Bump SparkR and PySpark version to 2.3.0.

## What changes were proposed in this pull request?

#17753 bumps master branch version to 2.3.0-SNAPSHOT, but it seems SparkR and 
PySpark version were omitted.

ditto of https://github.com/apache/spark/pull/16488 / 
https://github.com/apache/spark/pull/17523

## How was this patch tested?

N/A

Author: hyukjinkwon <gurwls...@gmail.com>

Closes #18341 from HyukjinKwon/r-version.


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

Branch: refs/heads/master
Commit: 9a145fd796145d1386fd75c01e4103deadb97ac9
Parents: 9413b84
Author: hyukjinkwon <gurwls...@gmail.com>
Authored: Mon Jun 19 11:13:03 2017 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Mon Jun 19 11:13:03 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/spark/blob/9a145fd7/R/pkg/DESCRIPTION
----------------------------------------------------------------------
diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION
index 879c1f8..b739d42 100644
--- a/R/pkg/DESCRIPTION
+++ b/R/pkg/DESCRIPTION
@@ -1,6 +1,6 @@
 Package: SparkR
 Type: Package
-Version: 2.2.0
+Version: 2.3.0
 Title: R Frontend for Apache Spark
 Description: The SparkR package 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/9a145fd7/python/pyspark/version.py
----------------------------------------------------------------------
diff --git a/python/pyspark/version.py b/python/pyspark/version.py
index 41bf8c2..12dd53b 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.2.0.dev0"
+__version__ = "2.3.0.dev0"


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

Reply via email to