Skip to content

Commit 6efa9e6

Browse files
version: 0.13.3 (#105)
* version: 0.13.3 ## v0.13.3 - 2026-05-22 ### Fixes * Make grain optional (default None) in GroupByParam so categorical group_by dimensions do not require a grain field * Retrigger CI --------- Co-authored-by: jairus-m <jairus-m@users.noreply.github.com> Co-authored-by: Jairus Martinez <114552516+jairus-m@users.noreply.github.com>
1 parent 934eda0 commit 6efa9e6

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

.changes/unreleased/Fixes-20260521-210810.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v0.13.3.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v0.13.3 - 2026-05-22
2+
### Fixes
3+
* Make grain optional (default None) in GroupByParam so categorical group_by dimensions do not require a grain field

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
Do not edit this file manually, it is generated automatically by [changie](https://github.com/miniscruff/changie).
55

66

7+
## v0.13.3 - 2026-05-22
8+
### Fixes
9+
* Make grain optional (default None) in GroupByParam so categorical group_by dimensions do not require a grain field
10+
711
## v0.13.2 - 2026-02-23
812
### Under the Hood
913
* Add status to RetryTimeoutError

dbtsl/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.13.2"
1+
VERSION = "0.13.3"

0 commit comments

Comments
 (0)