Repository: spark
Updated Branches:
  refs/heads/branch-2.2 c68b4c54f -> b1f8c84ef


Preparing Spark release v2.2.1-rc1


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

Branch: refs/heads/branch-2.2
Commit: 124b9a1067fcd339ba69ff84ba2823e3da5f27f6
Parents: c68b4c5
Author: Felix Cheung <felixche...@apache.org>
Authored: Mon Nov 13 17:57:08 2017 +0000
Committer: Felix Cheung <felixche...@apache.org>
Committed: Mon Nov 13 17:57:08 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/spark/blob/124b9a10/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index b61455e..77321fc 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -14,7 +14,7 @@ include:
 
 # These allow the documentation to be updated with newer releases
 # of Spark, Scala, and Mesos.
-SPARK_VERSION: 2.2.1-SNAPSHOT
+SPARK_VERSION: 2.2.1
 SPARK_VERSION_SHORT: 2.2.1
 SCALA_BINARY_VERSION: "2.11"
 SCALA_VERSION: "2.11.8"

http://git-wip-us.apache.org/repos/asf/spark/blob/124b9a10/python/pyspark/version.py
----------------------------------------------------------------------
diff --git a/python/pyspark/version.py b/python/pyspark/version.py
index c0bb196..db4fc8e 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.1.dev0"
+__version__ = "2.2.1"


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

Reply via email to