Skip to content

Commit 94bf0f2

Browse files
Bump release notes 3.9.0 (#2333)
* Update release notes for 3.9.0 * Bump dev version to 3.10.0
1 parent d6f1468 commit 94bf0f2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

RELEASE-NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818

1919
## Deprecations
2020

21+
## New additions
22+
23+
## Fixes and improvements
24+
25+
26+
# v3.9.0
27+
28+
## Deprecations
29+
2130
## New additions
2231
* Added `--encryption` flag to `snow stage create` command defining the type of encryption for all files on the stage.
2332

src/snowflake/cli/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from enum import Enum, unique
1818

19-
VERSION = "3.9.0.dev0"
19+
VERSION = "3.10.0.dev0"
2020

2121

2222
@unique

0 commit comments

Comments
 (0)