From f76ac69bb12d65e5321ec1753a97020e3583ed19 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 1 Nov 2023 15:48:52 +0000 Subject: [PATCH] chore(release): bump version to v2.0.3 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- supabase/__version__.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2184bc23..de5f2add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,21 @@ +## v2.0.3 (2023-11-01) + +### Fix + +* fix: add flow_type to client options (#610) ([`344850d`](https://github.com/supabase-community/supabase-py/commit/344850d60ce06996f46242421665b4044f0ebb73)) + +* fix: add flow_type to client options ([`f1d8cba`](https://github.com/supabase-community/supabase-py/commit/f1d8cbaab5cce1defe067b698a003f234731e95d)) + + ## v2.0.2 (2023-11-01) +### Chore + +* chore(release): bump version to v2.0.2 ([`ca79bbd`](https://github.com/supabase-community/supabase-py/commit/ca79bbdc614f0aea0b61e7a194e9ea6d4c12a01d)) + ### Fix * fix: gotrue-py version update (#609) ([`a7502b1`](https://github.com/supabase-community/supabase-py/commit/a7502b156c9c943b5b17620c5d0f9c7ab25ea8ab)) diff --git a/pyproject.toml b/pyproject.toml index e6853ec6..2fe9c0bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase" -version = "2.0.2" +version = "2.0.3" 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 0309ae29..5fa9130a 100644 --- a/supabase/__version__.py +++ b/supabase/__version__.py @@ -1 +1 @@ -__version__ = "2.0.2" +__version__ = "2.0.3"