From 5deb3612973f9f1e1fafd3089d313c5fb7de6273 Mon Sep 17 00:00:00 2001 From: Adam Stus Date: Thu, 25 Jul 2024 10:37:42 +0200 Subject: [PATCH] Bump version to 2.7.0rc0 and updated release notes (#1364) --- RELEASE-NOTES.md | 12 ++++++++++++ src/snowflake/cli/__about__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 817e19cd19..82314a97dd 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -17,6 +17,18 @@ # Unreleased version ## Backward incompatibility +## Deprecations + +## New additions + +## Fixes and improvements + + +# v2.7.0 + +# Unreleased version +## Backward incompatibility + ## Deprecations * `snow snowpark init` and `snow streamlit init` are marked as deprecated. The commands are still functional, but should be replaced with `snow init` diff --git a/src/snowflake/cli/__about__.py b/src/snowflake/cli/__about__.py index 3b1988c250..ac327ee804 100644 --- a/src/snowflake/cli/__about__.py +++ b/src/snowflake/cli/__about__.py @@ -14,4 +14,4 @@ from __future__ import annotations -VERSION = "2.6.1.dev0" +VERSION = "2.7.0rc0"