From a8dbf640fe5e0d3a7a51aa28459811339776fddc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 07:04:01 +0000 Subject: [PATCH] chore(main): release 2.9.3 (#611) 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_auth/version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 50ea231d..3542679c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.9.2" + ".": "2.9.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1427767b..2b2d82f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## [2.9.3](https://github.com/supabase/auth-py/compare/v2.9.2...v2.9.3) (2024-10-18) + + +### Bug Fixes + +* bump minimal version of Python to 3.9 ([#612](https://github.com/supabase/auth-py/issues/612)) ([30938a6](https://github.com/supabase/auth-py/commit/30938a6db97c5ee3eb4c27fd8d38b7437bc07fd7)) +* Types to use Option[T] ([#609](https://github.com/supabase/auth-py/issues/609)) ([4484ea0](https://github.com/supabase/auth-py/commit/4484ea0f61149c75caff879161f63d390bf1ff1c)) + ## [2.9.2](https://github.com/supabase/auth-py/compare/v2.9.1...v2.9.2) (2024-10-06) diff --git a/pyproject.toml b/pyproject.toml index 002eee98..f2966942 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase_auth" -version = "2.9.2" # {x-release-please-version} +version = "2.9.3" # {x-release-please-version} description = "Python Client Library for Supabase Auth" authors = ["Joel Lee "] homepage = "https://github.com/supabase/auth-py" diff --git a/supabase_auth/version.py b/supabase_auth/version.py index 661a4882..147709cd 100644 --- a/supabase_auth/version.py +++ b/supabase_auth/version.py @@ -1 +1 @@ -__version__ = "2.9.2" # {x-release-please-version} +__version__ = "2.9.3" # {x-release-please-version}