From 2bd19f3c86cd0679c3ea335a3d02c3e160175880 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 15 Feb 2024 10:34:17 +0000 Subject: [PATCH] chore(release): bump version to v2.3.5 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ pyproject.toml | 2 +- supabase/__version__.py | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c910cb..f8e1f6d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,37 @@ +## v2.3.5 (2024-02-15) + +### Chore + +* chore(deps-dev): bump pytest from 7.4.4 to 8.0.0 (#677) + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`e3383c3`](https://github.com/supabase-community/supabase-py/commit/e3383c393e05668a4206cd9d5db027fe960763ac)) + +* chore(deps-dev): bump python-dotenv from 1.0.0 to 1.0.1 (#675) + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`abdb15c`](https://github.com/supabase-community/supabase-py/commit/abdb15c7463c4d49588dc83f6935eccf50dc2f5a)) + +### Fix + +* fix: add missing ClientOptions to the main init file (#688) ([`bd5f617`](https://github.com/supabase-community/supabase-py/commit/bd5f61716e44035acda91ab9f88d7370dee1f481)) + +### Unknown + +* docs (sunbase-py) updated setup instructions, PR guidelines, added resources & links (#690) ([`846d8e7`](https://github.com/supabase-community/supabase-py/commit/846d8e73bb05311030e62c87c15907967581ac9e)) + +* Update action versions in CI/CD (#679) ([`13bed26`](https://github.com/supabase-community/supabase-py/commit/13bed26e676242f020caad48f24c9db993c1cfc4)) + + ## v2.3.4 (2024-01-15) ### Chore +* chore(release): bump version to v2.3.4 ([`225964c`](https://github.com/supabase-community/supabase-py/commit/225964cf1e6edab101ca4b04832d3315458aa6b2)) + * chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 (#661) Signed-off-by: dependabot[bot] <support@github.com> diff --git a/pyproject.toml b/pyproject.toml index f976c64b..40311ca5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase" -version = "2.3.4" +version = "2.3.5" 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 4618fe65..f4bd92b2 100644 --- a/supabase/__version__.py +++ b/supabase/__version__.py @@ -1 +1 @@ -__version__ = "2.3.4" +__version__ = "2.3.5"