This repository was archived by the owner on Sep 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33<!-- next-version-placeholder-->
44
5+ ## v0.3.4 (2022-01-13)
6+ ### Fix
7+ * String formatting in ` delete_user ` ([ #64 ] ( https://github.com/supabase-community/gotrue-py/issues/64 ) ) ([ ` d783015 ` ] ( https://github.com/supabase-community/gotrue-py/commit/d783015b5d2472fe95a83f5d42efe97f79331516 ) )
8+
9+ ** [ See all commits in this version] ( https://github.com/supabase-community/gotrue-py/compare/v0.3.3...v0.3.4 ) **
10+
511## v0.3.3 (2022-01-08)
612
713** [ See all commits in this version] ( https://github.com/supabase-community/gotrue-py/compare/v0.3.2...v0.3.3 ) **
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
3- __version__ = "0.3.3 "
3+ __version__ = "0.3.4 "
44
55from ._async .api import AsyncGoTrueAPI
66from ._async .client import AsyncGoTrueClient
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " gotrue"
3- version = " 0.3.3 "
3+ version = " 0.3.4 "
44description = " Python Client Library for GoTrue"
55authors = [
" Joel Lee <[email protected] >" ]
66homepage = " https://github.com/supabase-community/gotrue-py"
You can’t perform that action at this time.
0 commit comments