You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2017/04/06 08:43:11 UTC

spark git commit: [SPARK-20064][PYSPARK] Bump the PySpark verison number to 2.2

Repository: spark
Updated Branches:
  refs/heads/master c8fc1f3ba -> d009fb369


[SPARK-20064][PYSPARK] Bump the PySpark verison number to 2.2

## What changes were proposed in this pull request?
PySpark version in version.py was lagging behind
Versioning is  in line with PEP 440: https://www.python.org/dev/peps/pep-0440/

## How was this patch tested?
Simply rebuild the project with existing tests

Author: setjet <ru...@gmail.com>
Author: Ruben Janssen <ru...@gmail.com>

Closes #17523 from setjet/SPARK-20064.


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

Branch: refs/heads/master
Commit: d009fb369bbea0df81bbcf9c8028d14cfcaa683b
Parents: c8fc1f3
Author: setjet <ru...@gmail.com>
Authored: Thu Apr 6 09:43:07 2017 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Thu Apr 6 09:43:07 2017 +0100

----------------------------------------------------------------------
 python/pyspark/version.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/d009fb36/python/pyspark/version.py
----------------------------------------------------------------------
diff --git a/python/pyspark/version.py b/python/pyspark/version.py
index 08a3016..41bf8c2 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.0.dev0"
+__version__ = "2.2.0.dev0"


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