Skip to content

Commit 66208a7

Browse files
Bump release notes 3.13.0 (#2673)
* Update release notes for 3.13.0 * Bump dev version to 3.14.0
1 parent 41d9e8a commit 66208a7

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.13.0
27+
28+
## Deprecations
29+
2130
## New additions
2231
* Added global option `--decimal-precision` allowing setting arbitrary precision for Python's `Decimal` type.
2332
* Added support for `auto_suspend_secs` parameter in SPCS service commands (`deploy`, `set`, `unset`) to configure automatic service suspension after inactivity period.

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.13.0.dev0"
19+
VERSION = "3.14.0.dev0"
2020

2121

2222
@unique

0 commit comments

Comments
 (0)