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

Commit d559e2d

Browse files
authored
chore: setup version 0.5.4 for new release (#157)
* chore: setup version 0.5.4 for new release * chore: update version of __init__.py * chore: update changelog
1 parent 460208d commit d559e2d

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.4 (2022-08-31)
6+
### Fix
7+
* Use `str` type instead of `UUID` type in `id` property of `Identity` model ([#156](https://github.com/supabase-community/gotrue-py/pull/156)) thanks to [@leynier](https://github.com/leynier)
8+
59
## v0.5.3 (2022-07-16)
610
### Fix
711
* Set total false to user attributes typed dict

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.3"
3+
__version__ = "0.5.4"
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.3"
3+
version = "0.5.4"
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)