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

Commit b194f07

Browse files
author
semantic-release
committed
chore(release): bump version to v2.5.3
1 parent 388fcba commit b194f07

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
# CHANGELOG
22

3+
## v2.5.3 (2024-06-23)
4+
5+
### Fix
6+
7+
* fix: update property name for should_create_user (#531) ([`388fcba`](https://github.com/supabase-community/auth-py/commit/388fcbac63bc96119c3c3ece91f28578e384a38b))
8+
9+
### Unknown
10+
11+
* update peoperty name for should_create_user ([`4bc09ef`](https://github.com/supabase-community/auth-py/commit/4bc09ef2f61ec55e01485dfa606a9d6631e607a5))
12+
313
## v2.5.2 (2024-06-21)
414

515
### Chore
616

17+
* chore(release): bump version to v2.5.2 ([`00a04c6`](https://github.com/supabase-community/auth-py/commit/00a04c6637ccd2fb84700cea13dd4aaf705cc443))
18+
719
* chore(deps-dev): bump faker from 25.8.0 to 25.9.1 (#529) ([`c530238`](https://github.com/supabase-community/auth-py/commit/c530238b2574921545980fc0bf170b21b6bef20c))
820

921
* chore(deps-dev): bump faker from 25.8.0 to 25.9.1

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 = "supabase_auth"
3-
version = "2.5.2"
3+
version = "2.5.3"
44
description = "Python Client Library for Supabase Auth"
55
authors = ["Joel Lee <[email protected]>"]
66
homepage = "https://github.com/supabase-community/auth-py"

supabase_auth/__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__ = "2.5.2"
3+
__version__ = "2.5.3"
44

55
from ._async.gotrue_admin_api import AsyncGoTrueAdminAPI # type: ignore # noqa: F401
66
from ._async.gotrue_client import AsyncGoTrueClient # type: ignore # noqa: F401

0 commit comments

Comments
 (0)