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 <rubenljans...@gmail.com> Author: Ruben Janssen <rubenljans...@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 <rubenljans...@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-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org