From ca79bbdc614f0aea0b61e7a194e9ea6d4c12a01d Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 1 Nov 2023 11:40:49 +0000 Subject: [PATCH] chore(release): bump version to v2.0.2 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- supabase/__version__.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3fb7ae7..2184bc23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,21 @@ +## v2.0.2 (2023-11-01) + +### Fix + +* fix: gotrue-py version update (#609) ([`a7502b1`](https://github.com/supabase-community/supabase-py/commit/a7502b156c9c943b5b17620c5d0f9c7ab25ea8ab)) + +* fix: gotrue-py version update ([`8b3345a`](https://github.com/supabase-community/supabase-py/commit/8b3345a1730d8c3d5a3c88b247e24f9eb52acc0f)) + + ## v2.0.1 (2023-10-31) ### Chore +* chore(release): bump version to v2.0.1 ([`cc9e641`](https://github.com/supabase-community/supabase-py/commit/cc9e6412ae1860572b5f8d8d066680aadadf55d4)) + * chore: upgrade to the latest functions-py (#607) ([`d02f41f`](https://github.com/supabase-community/supabase-py/commit/d02f41f353a73f63ac19a1d2366236e993b54a82)) * chore: upgrade to the latest functions-py ([`bf3dca0`](https://github.com/supabase-community/supabase-py/commit/bf3dca0e39ac9bb3bcf5b922eca692c70ccdcbd3)) diff --git a/pyproject.toml b/pyproject.toml index faed3e9c..e6853ec6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase" -version = "2.0.1" +version = "2.0.2" 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-community/supabase-py" diff --git a/supabase/__version__.py b/supabase/__version__.py index 159d48b8..0309ae29 100644 --- a/supabase/__version__.py +++ b/supabase/__version__.py @@ -1 +1 @@ -__version__ = "2.0.1" +__version__ = "2.0.2"