From eb81fc7d2a7178d741ff413ef78eeb53cd27e755 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 20:45:23 +0000 Subject: [PATCH] chore(main): release 2.7.4 (#914) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- supabase/version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 57779f26..880c4403 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.7.3" + ".": "2.7.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c13bcc0..8bbf6410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [2.7.4](https://github.com/supabase/supabase-py/compare/v2.7.3...v2.7.4) (2024-08-29) + + +### Bug Fixes + +* add `verify` argument to `_init_supabase_auth_client()` ([#913](https://github.com/supabase/supabase-py/issues/913)) ([cb6743b](https://github.com/supabase/supabase-py/commit/cb6743bab3505d3e107fdab6a26edced79867af8)) + ## [2.7.3](https://github.com/supabase/supabase-py/compare/v2.7.2...v2.7.3) (2024-08-22) diff --git a/pyproject.toml b/pyproject.toml index 14e5f58c..93694fcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase" -version = "2.7.3" # {x-release-please-version} +version = "2.7.4" # {x-release-please-version} 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/supabase-py" diff --git a/supabase/version.py b/supabase/version.py index ddc27e45..978178e6 100644 --- a/supabase/version.py +++ b/supabase/version.py @@ -1 +1 @@ -__version__ = "2.7.3" # {x-release-please-version} +__version__ = "2.7.4" # {x-release-please-version}