Skip to content

Commit ff00bde

Browse files
author
github-actions
committed
chore(release): bump version to v2.3.3
1 parent c74b65b commit ff00bde

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,28 @@
22

33

44

5+
## v2.3.3 (2024-01-11)
6+
7+
### Chore
8+
9+
* chore: remove init client code from every usage example ([`b0c5ac7`](https://github.com/supabase-community/supabase-py/commit/b0c5ac7a5f1f0a7906ba781dcc24c2afbd6346f9))
10+
11+
* chore(deps-dev): bump gitpython from 3.1.40 to 3.1.41 (#659)
12+
13+
Signed-off-by: dependabot[bot] <support@github.com>
14+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`b3fd488`](https://github.com/supabase-community/supabase-py/commit/b3fd4887e11813118a465fe57c6c28830c31466f))
15+
16+
### Fix
17+
18+
* fix: add correct token to new requests when a user is signed in ([`c74b65b`](https://github.com/supabase-community/supabase-py/commit/c74b65b76d28082422cdfbc9d5c43972eb37d846))
19+
20+
521
## v2.3.2 (2024-01-10)
622

23+
### Chore
24+
25+
* chore(release): bump version to v2.3.2 ([`158f17a`](https://github.com/supabase-community/supabase-py/commit/158f17a4a5cfcbe0fee42c852b93e40b916e29a3))
26+
727
### Fix
828

929
* fix: Add AsyncMemoryStorage to AsyncClient options

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.2"
3+
version = "2.3.3"
44
description = "Supabase client for Python."
55
authors = ["Joel Lee <joel@joellee.org>", "Leon Fedden <leonfedden@gmail.com>", "Daniel Reinón García <danielreinon@outlook.com>", "Leynier Gutiérrez González <leynier41@gmail.com>", "Anand", "Andrew Smith <a.smith@silentworks.co.uk>"]
66
homepage = "https://github.com/supabase-community/supabase-py"

supabase/__version__.py

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

0 commit comments

Comments
 (0)