From e8f626d6cc8d482d96b205c94815711fc5daff08 Mon Sep 17 00:00:00 2001 From: Tomasz Urbaszek Date: Thu, 13 Jun 2024 16:24:48 +0200 Subject: [PATCH] Bump version to 2.6.0 (#1199) --- RELEASE-NOTES.md | 9 +++++++++ src/snowflake/cli/__about__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 3a8cf2557..f3fff7260 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -19,6 +19,15 @@ ## Deprecations +## New additions + +## Fixes and improvements + +# v2.5.0 +## Backward incompatibility + +## Deprecations + ## New additions * Added `snow app bundle` command that prepares a local folder in the project directory with artifacts to be uploaded to a stage as part of creating a Snowflake Native App. * Snowflake Native App projects can now optionally generate CREATE FUNCTION or CREATE PROCEDURE declarations in setup scripts from Snowpark python code that includes decorators (e.g. @sproc, @udf). diff --git a/src/snowflake/cli/__about__.py b/src/snowflake/cli/__about__.py index c3922e54f..5537ed282 100644 --- a/src/snowflake/cli/__about__.py +++ b/src/snowflake/cli/__about__.py @@ -14,4 +14,4 @@ from __future__ import annotations -VERSION = "2.5.0.dev0" +VERSION = "2.6.0.dev0"