From 31c92cbc46920d96c65719679ed84472cff08ce3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:44:40 +0000 Subject: [PATCH] chore(main): release 2.7.2 (#903) 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 984e5f0f..fcb5b308 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.7.1" + ".": "2.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e5bad3..40b3ef15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [2.7.2](https://github.com/supabase/supabase-py/compare/v2.7.1...v2.7.2) (2024-08-19) + + +### Bug Fixes + +* **realtime:** update realtime for fixing NotConnectedError ([#902](https://github.com/supabase/supabase-py/issues/902)) ([67dbaf2](https://github.com/supabase/supabase-py/commit/67dbaf2ac479944d3faf8d8eaa6db17590db5a45)) + ## [2.7.1](https://github.com/supabase/supabase-py/compare/v2.7.0...v2.7.1) (2024-08-16) diff --git a/pyproject.toml b/pyproject.toml index 96730398..14586226 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase" -version = "2.7.1" # {x-release-please-version} +version = "2.7.2" # {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 aac5a878..1ad7938a 100644 --- a/supabase/version.py +++ b/supabase/version.py @@ -1 +1 @@ -__version__ = "2.7.1" # {x-release-please-version} +__version__ = "2.7.2" # {x-release-please-version}