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

Commit 4183894

Browse files
committed
chore(release): bump version to v0.3.2
Automatically generated by python-semantic-release
1 parent 4c05816 commit 4183894

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.2 (2022-01-04)
6+
### Fix
7+
* Deploy action ([`467fa3f`](https://github.com/supabase-community/gotrue-py/commit/467fa3f6b9e09295806cbac3e8c4fcfe05c3147d))
8+
9+
**[See all commits in this version](https://github.com/supabase-community/gotrue-py/compare/v0.3.1...v0.3.2)**
10+
511
## v0.3.0 (2021-12-03)
612

713
### Fix

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