Skip to content

Commit 158f17a

Browse files
author
github-actions
committed
chore(release): bump version to v2.3.2
1 parent 732e931 commit 158f17a

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,21 @@
22

33

44

5+
## v2.3.2 (2024-01-10)
6+
7+
### Fix
8+
9+
* fix: Add AsyncMemoryStorage to AsyncClient options
10+
11+
Co-authored-by: Andrew Smith <[email protected]> ([`732e931`](https://github.com/supabase-community/supabase-py/commit/732e9317834043d3ac350a94d61116849007ac93))
12+
13+
514
## v2.3.1 (2024-01-05)
615

16+
### Chore
17+
18+
* chore(release): bump version to v2.3.1 ([`272349e`](https://github.com/supabase-community/supabase-py/commit/272349ee768ab220c195d790990d7774811a0884))
19+
720
### Fix
821

922
* fix: update httpx and other dev dependencies (#653) ([`e26e217`](https://github.com/supabase-community/supabase-py/commit/e26e2178d0b83ba2084cce82cd22fe8fce913800))

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase"
3-
version = "2.3.1"
3+
version = "2.3.2"
44
description = "Supabase client for Python."
55
authors = ["Joel Lee <[email protected]>", "Leon Fedden <[email protected]>", "Daniel Reinón García <[email protected]>", "Leynier Gutiérrez González <[email protected]>", "Anand", "Andrew Smith <[email protected]>"]
66
homepage = "https://github.com/supabase-community/supabase-py"

Diff for: supabase/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.1"
1+
__version__ = "2.3.2"

0 commit comments

Comments
 (0)