Skip to content

Commit 9023c02

Browse files
author
github-actions
committed
chore(release): bump version to v2.3.7
1 parent 4130d20 commit 9023c02

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
22

33

44

5+
## v2.3.7 (2024-02-26)
6+
7+
### Fix
8+
9+
* fix: Update rpc return type (#702) ([`4130d20`](https://github.com/supabase-community/supabase-py/commit/4130d20139b8b9f29da0503a0268d4903750e326))
10+
11+
512
## v2.3.6 (2024-02-22)
613

714
### Chore
815

16+
* chore(release): bump version to v2.3.6 ([`9357140`](https://github.com/supabase-community/supabase-py/commit/93571406054e8290fa3252892c57741744ba96f8))
17+
918
* chore(deps-dev): bump commitizen from 3.13.0 to 3.15.0 (#694)
1019

1120
Signed-off-by: dependabot[bot] <[email protected]>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase"
3-
version = "2.3.6"
3+
version = "2.3.7"
44
description = "Supabase client for Python."
55
authors = ["Joel Lee <[email protected]>", "Leon Fedden <[email protected]>", "Daniel Reinón García <[email protected]>", "Leynier Gutiérrez González <[email protected]>", "Anand", "Andrew Smith <[email protected]>"]
66
homepage = "https://github.com/supabase-community/supabase-py"

supabase/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.6"
1+
__version__ = "2.3.7"

0 commit comments

Comments
 (0)