From d4e3d1b11e5376b1dc9a1171600ad57abef06522 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 28 Feb 2024 01:41:31 +0000 Subject: [PATCH] chore(release): bump version to v2.3.8 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- supabase/__version__.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 771445b4..116715fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,19 @@ +## v2.3.8 (2024-02-28) + +### Fix + +* fix: update postgrest and dev dependencies (#709) ([`f0f3079`](https://github.com/supabase-community/supabase-py/commit/f0f3079c90e848cb0da62d9cfcf77c0398113c2a)) + + ## v2.3.7 (2024-02-26) +### Chore + +* chore(release): bump version to v2.3.7 ([`9023c02`](https://github.com/supabase-community/supabase-py/commit/9023c025c96575723356f04b68375cf37f21ecd4)) + ### Fix * fix: Update rpc return type (#702) ([`4130d20`](https://github.com/supabase-community/supabase-py/commit/4130d20139b8b9f29da0503a0268d4903750e326)) diff --git a/pyproject.toml b/pyproject.toml index ceadbfe7..014af164 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase" -version = "2.3.7" +version = "2.3.8" description = "Supabase client for Python." authors = ["Joel Lee ", "Leon Fedden ", "Daniel Reinón García ", "Leynier Gutiérrez González ", "Anand", "Andrew Smith "] homepage = "https://github.com/supabase-community/supabase-py" diff --git a/supabase/__version__.py b/supabase/__version__.py index a0b06b86..e121c1f3 100644 --- a/supabase/__version__.py +++ b/supabase/__version__.py @@ -1 +1 @@ -__version__ = "2.3.7" +__version__ = "2.3.8"