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

Commit 4b5ce2f

Browse files
committed
chore(release): bump version to v0.3.4
Automatically generated by python-semantic-release
1 parent 19005e2 commit 4b5ce2f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.3.4 (2022-01-13)
6+
### Fix
7+
* String formatting in `delete_user` ([#64](https://github.com/supabase-community/gotrue-py/issues/64)) ([`d783015`](https://github.com/supabase-community/gotrue-py/commit/d783015b5d2472fe95a83f5d42efe97f79331516))
8+
9+
**[See all commits in this version](https://github.com/supabase-community/gotrue-py/compare/v0.3.3...v0.3.4)**
10+
511
## v0.3.3 (2022-01-08)
612

713
**[See all commits in this version](https://github.com/supabase-community/gotrue-py/compare/v0.3.2...v0.3.3)**

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