Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 7d7d43e

Browse files
authored
chore: bump version to 0.5.3
1 parent b21d6e3 commit 7d7d43e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.5.3 (2022-07-16)
6+
### Fix
7+
* Set total false to user attributes typed dict
8+
59
## v0.5.2 (2022-07-13)
610
### Feature
711
* Change .update method to also allow dictionaries ([#130](https://github.com/supabase-community/gotrue-py/pull/130)) thanks to [@odiseo0](https://github.com/odiseo0)

gotrue/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "0.5.2"
3+
__version__ = "0.5.3"
44

55
from ._async.api import AsyncGoTrueAPI
66
from ._async.client import AsyncGoTrueClient

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gotrue"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
description = "Python Client Library for GoTrue"
55
authors = ["Joel Lee <[email protected]>"]
66
homepage = "https://github.com/supabase-community/gotrue-py"

0 commit comments

Comments
 (0)