Repository: spark
Updated Branches:
  refs/heads/branch-2.1 858e89b43 -> 09d62531b


Preparing Spark release v2.1.3-rc1


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

Branch: refs/heads/branch-2.1
Commit: 9a3a34c5a1115b4ddae4c81705d75976f86ab32f
Parents: 858e89b
Author: Marcelo Vanzin <van...@apache.org>
Authored: Mon Jun 18 20:37:08 2018 +0000
Committer: Marcelo Vanzin <van...@apache.org>
Committed: Mon Jun 18 20:37:08 2018 +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/9a3a34c5/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index ebe765a..0085284 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.1.3-SNAPSHOT
+SPARK_VERSION: 2.1.3
 SPARK_VERSION_SHORT: 2.1.3
 SCALA_BINARY_VERSION: "2.11"
 SCALA_VERSION: "2.11.8"

http://git-wip-us.apache.org/repos/asf/spark/blob/9a3a34c5/python/pyspark/version.py
----------------------------------------------------------------------
diff --git a/python/pyspark/version.py b/python/pyspark/version.py
index d278412..30fba69 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.3.dev0"
+__version__ = "2.1.3"


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

Reply via email to