From 46c80e6229159e77c3b5b958fa8bd07bd15bf958 Mon Sep 17 00:00:00 2001 From: HyukjinKwon Date: Mon, 3 May 2021 09:35:18 +0900 Subject: [PATCH] Bump up version to 1.8.0 --- databricks/koalas/version.py | 2 +- docs/source/development/contributing.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/databricks/koalas/version.py b/databricks/koalas/version.py index bb02a4fc2e..c511792852 100644 --- a/databricks/koalas/version.py +++ b/databricks/koalas/version.py @@ -14,4 +14,4 @@ # limitations under the License. # -__version__ = "1.7.0" +__version__ = "1.8.0" diff --git a/docs/source/development/contributing.rst b/docs/source/development/contributing.rst index 0b6f331886..8f668a9bf8 100644 --- a/docs/source/development/contributing.rst +++ b/docs/source/development/contributing.rst @@ -145,8 +145,8 @@ Release Guide Release Cadence --------------- -In general, minor releases occur about every month. Therefore, Koalas 1.4.0 would generally be released about a month after 1.3.0. -Maintenance releases happen as needed in between minor releases. Major releases do not happen according to a fixed schedule. +Koalas 1.8.0 is the last minor release because Koalas will be officially included to PySpark. +There will be only maintenance releases. Users are expected to directly use PySpark with Apache Spark 3.2+. Release Instructions --------------------