Skip to content

Commit d4e3d1b

Browse files
author
github-actions
committed
chore(release): bump version to v2.3.8
1 parent f0f3079 commit d4e3d1b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,19 @@
22

33

44

5+
## v2.3.8 (2024-02-28)
6+
7+
### Fix
8+
9+
* fix: update postgrest and dev dependencies (#709) ([`f0f3079`](https://github.com/supabase-community/supabase-py/commit/f0f3079c90e848cb0da62d9cfcf77c0398113c2a))
10+
11+
512
## v2.3.7 (2024-02-26)
613

14+
### Chore
15+
16+
* chore(release): bump version to v2.3.7 ([`9023c02`](https://github.com/supabase-community/supabase-py/commit/9023c025c96575723356f04b68375cf37f21ecd4))
17+
718
### Fix
819

920
* fix: Update rpc return type (#702) ([`4130d20`](https://github.com/supabase-community/supabase-py/commit/4130d20139b8b9f29da0503a0268d4903750e326))

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase"
3-
version = "2.3.7"
3+
version = "2.3.8"
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"

Diff for: supabase/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.7"
1+
__version__ = "2.3.8"

0 commit comments

Comments
 (0)