Skip to content

Commit

Permalink
chore(release): bump version to v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Jun 23, 2024
1 parent 388fcba commit b194f07
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# CHANGELOG

## v2.5.3 (2024-06-23)

### Fix

* fix: update property name for should_create_user (#531) ([`388fcba`](https://github.com/supabase-community/auth-py/commit/388fcbac63bc96119c3c3ece91f28578e384a38b))

### Unknown

* update peoperty name for should_create_user ([`4bc09ef`](https://github.com/supabase-community/auth-py/commit/4bc09ef2f61ec55e01485dfa606a9d6631e607a5))

## v2.5.2 (2024-06-21)

### Chore

* chore(release): bump version to v2.5.2 ([`00a04c6`](https://github.com/supabase-community/auth-py/commit/00a04c6637ccd2fb84700cea13dd4aaf705cc443))

* chore(deps-dev): bump faker from 25.8.0 to 25.9.1 (#529) ([`c530238`](https://github.com/supabase-community/auth-py/commit/c530238b2574921545980fc0bf170b21b6bef20c))

* chore(deps-dev): bump faker from 25.8.0 to 25.9.1
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 = "supabase_auth"
version = "2.5.2"
version = "2.5.3"
description = "Python Client Library for Supabase Auth"
authors = ["Joel Lee <[email protected]>"]
homepage = "https://github.com/supabase-community/auth-py"
Expand Down
2 changes: 1 addition & 1 deletion supabase_auth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "2.5.2"
__version__ = "2.5.3"

from ._async.gotrue_admin_api import AsyncGoTrueAdminAPI # type: ignore # noqa: F401
from ._async.gotrue_client import AsyncGoTrueClient # type: ignore # noqa: F401
Expand Down

0 comments on commit b194f07

Please sign in to comment.