Skip to content

Commit

Permalink
chore: bump version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leynier committed Jul 17, 2022
1 parent b21d6e3 commit 7d7d43e
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.3 (2022-07-16)
### Fix
* Set total false to user attributes typed dict

## v0.5.2 (2022-07-13)
### Feature
* Change .update method to also allow dictionaries ([#130](https://github.com/supabase-community/gotrue-py/pull/130)) thanks to [@odiseo0](https://github.com/odiseo0)
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.2"
__version__ = "0.5.3"

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.2"
version = "0.5.3"
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 7d7d43e

Please sign in to comment.