From 0d854dd24da78fd7c921d2fa1814f0c5bc40e282 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:57:29 +0000 Subject: [PATCH] chore(main): release 2.7.3 (#907) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- supabase/version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fcb5b308..57779f26 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.7.2" + ".": "2.7.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b3ef15..4c13bcc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## [2.7.3](https://github.com/supabase/supabase-py/compare/v2.7.2...v2.7.3) (2024-08-22) + + +### Bug Fixes + +* bump postgrest from 0.16.10 to 0.16.11 ([#910](https://github.com/supabase/supabase-py/issues/910)) ([495ae1d](https://github.com/supabase/supabase-py/commit/495ae1d8f8d95c1daac68110040c49734846a499)) +* bump realtime from 2.0.1 to 2.0.2 ([#906](https://github.com/supabase/supabase-py/issues/906)) ([d81e2dc](https://github.com/supabase/supabase-py/commit/d81e2dc0fdd65b8808b7b905a3ab2c84b650fa2a)) + ## [2.7.2](https://github.com/supabase/supabase-py/compare/v2.7.1...v2.7.2) (2024-08-19) diff --git a/pyproject.toml b/pyproject.toml index 14586226..155469ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase" -version = "2.7.2" # {x-release-please-version} +version = "2.7.3" # {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 1ad7938a..ddc27e45 100644 --- a/supabase/version.py +++ b/supabase/version.py @@ -1 +1 @@ -__version__ = "2.7.2" # {x-release-please-version} +__version__ = "2.7.3" # {x-release-please-version}