Skip to content

Commit

Permalink
Bump up version to 1.7.0 (#2094)
Browse files Browse the repository at this point in the history
  • Loading branch information
itholic committed Mar 8, 2021
1 parent 1cd113c commit 05c8b4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion databricks/koalas/version.py
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

__version__ = "1.6.0"
__version__ = "1.7.0"
9 changes: 1 addition & 8 deletions docs/source/development/contributing.rst
Expand Up @@ -146,14 +146,7 @@ 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
The chart below is the expected release dates of minor releases.

+------------+---------+
| Date | Version |
+============+=========+
| 03/08 2021 | 1.7.0 |
+------------+---------+
Maintenance releases happen as needed in between minor releases. Major releases do not happen according to a fixed schedule.

Release Instructions
--------------------
Expand Down

0 comments on commit 05c8b4d

Please sign in to comment.