From 158f17a4a5cfcbe0fee42c852b93e40b916e29a3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 10 Jan 2024 12:44:40 +0000 Subject: [PATCH] chore(release): bump version to v2.3.2 --- 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 ec96ecfb..eb391b4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,21 @@ +## v2.3.2 (2024-01-10) + +### Fix + +* fix: Add AsyncMemoryStorage to AsyncClient options + +Co-authored-by: Andrew Smith <a.smith@silentworks.co.uk> ([`732e931`](https://github.com/supabase-community/supabase-py/commit/732e9317834043d3ac350a94d61116849007ac93)) + + ## v2.3.1 (2024-01-05) +### Chore + +* chore(release): bump version to v2.3.1 ([`272349e`](https://github.com/supabase-community/supabase-py/commit/272349ee768ab220c195d790990d7774811a0884)) + ### Fix * fix: update httpx and other dev dependencies (#653) ([`e26e217`](https://github.com/supabase-community/supabase-py/commit/e26e2178d0b83ba2084cce82cd22fe8fce913800)) diff --git a/pyproject.toml b/pyproject.toml index a01187c2..f9f18d16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase" -version = "2.3.1" +version = "2.3.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 3a5935a2..ef6497d0 100644 --- a/supabase/__version__.py +++ b/supabase/__version__.py @@ -1 +1 @@ -__version__ = "2.3.1" +__version__ = "2.3.2"