We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826df54 commit 1a2e1baCopy full SHA for 1a2e1ba
RELEASE-NOTES.md
@@ -16,6 +16,15 @@
16
# Unreleased version
17
## Backward incompatibility
18
19
+## Deprecations
20
+
21
+## New additions
22
23
+## Fixes and improvements
24
25
26
+# v3.10.0
27
28
## Deprecations
29
* Snowpark processor in Native Apps.
30
src/snowflake/cli/__about__.py
@@ -16,7 +16,7 @@
from enum import Enum, unique
-VERSION = "3.10.0.dev0"
+VERSION = "3.11.0.dev0"
@unique
0 commit comments