Skip to content

Commit

Permalink
chore(release): bump version to v2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 26, 2024
1 parent 4130d20 commit 9023c02
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@



## v2.3.7 (2024-02-26)

### Fix

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


## v2.3.6 (2024-02-22)

### Chore

* chore(release): bump version to v2.3.6 ([`9357140`](https://github.com/supabase-community/supabase-py/commit/93571406054e8290fa3252892c57741744ba96f8))

* chore(deps-dev): bump commitizen from 3.13.0 to 3.15.0 (#694)

Signed-off-by: dependabot[bot] <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "supabase"
version = "2.3.6"
version = "2.3.7"
description = "Supabase client for Python."
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]>"]
homepage = "https://github.com/supabase-community/supabase-py"
Expand Down
2 changes: 1 addition & 1 deletion supabase/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.3.6"
__version__ = "2.3.7"

0 comments on commit 9023c02

Please sign in to comment.