aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark
diff options
context:
space:
mode:
authorsetjet <rubenljanssen@gmail.com>2017-04-06 09:43:07 +0100
committerSean Owen <sowen@cloudera.com>2017-04-06 09:43:07 +0100
commitd009fb369bbea0df81bbcf9c8028d14cfcaa683b (patch)
treee028308bfd9b9e91a99fe0bde3492a3808d560ff /python/pyspark
parentc8fc1f3badf61bcfc4bd8eeeb61f73078ca068d1 (diff)
downloadspark-d009fb369bbea0df81bbcf9c8028d14cfcaa683b.tar.gz
spark-d009fb369bbea0df81bbcf9c8028d14cfcaa683b.tar.bz2
spark-d009fb369bbea0df81bbcf9c8028d14cfcaa683b.zip
[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 <rubenljanssen@gmail.com> Author: Ruben Janssen <rubenljanssen@gmail.com> Closes #17523 from setjet/SPARK-20064.
Diffstat (limited to 'python/pyspark')
-rw-r--r--python/pyspark/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyspark/version.py b/python/pyspark/version.py
index 08a301695f..41bf8c269b 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"