Skip to content

Commit

Permalink
chore: setup version 0.5.4 for new release (#157)
Browse files Browse the repository at this point in the history
* chore: setup version 0.5.4 for new release

* chore: update version of __init__.py

* chore: update changelog
  • Loading branch information
leynier authored Aug 31, 2022
1 parent 460208d commit d559e2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.5.4 (2022-08-31)
### Fix
* 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)

## v0.5.3 (2022-07-16)
### Fix
* Set total false to user attributes typed dict
Expand Down
2 changes: 1 addition & 1 deletion gotrue/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.5.3"
__version__ = "0.5.4"

from ._async.api import AsyncGoTrueAPI
from ._async.client import AsyncGoTrueClient
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gotrue"
version = "0.5.3"
version = "0.5.4"
description = "Python Client Library for GoTrue"
authors = ["Joel Lee <joel@joellee.org>"]
homepage = "https://github.com/supabase-community/gotrue-py"
Expand Down

0 comments on commit d559e2d

Please sign in to comment.