diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7731f20e..9a61761c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.16.0" + ".": "2.17.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 65d2f740..f207148f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## [2.17.0](https://github.com/supabase/supabase-py/compare/v2.16.0...v2.17.0) (2025-07-11) + + +### Features + +* **deps:** bump realtime from 2.5.3 to 2.6.0 ([#1172](https://github.com/supabase/supabase-py/issues/1172)) ([89fa81a](https://github.com/supabase/supabase-py/commit/89fa81a6beaba3b3f3837e055d4860999e40f664)) + + +### Documentation + +* add note about explicit client.auth.sign_out() for proper shutdown ([#926](https://github.com/supabase/supabase-py/issues/926)) ([#1163](https://github.com/supabase/supabase-py/issues/1163)) ([b657308](https://github.com/supabase/supabase-py/commit/b657308e61253a70cf966b71c58e5b17a83e36a8)) + ## [2.16.0](https://github.com/supabase/supabase-py/compare/v2.15.3...v2.16.0) (2025-06-23) diff --git a/pyproject.toml b/pyproject.toml index 02b64e27..7498f5ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase" -version = "2.16.0" # {x-release-please-version} +version = "2.17.0" # {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 fbb92ef3..bdfb3caa 100644 --- a/supabase/version.py +++ b/supabase/version.py @@ -1 +1 @@ -__version__ = "2.16.0" # {x-release-please-version} +__version__ = "2.17.0" # {x-release-please-version}