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

Commit d355393

Browse files
author
semantic-release
authored
chore(release): bump version to v0.3.3
Automatically generated by python-semantic-release
1 parent 029bcd4 commit d355393

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

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

5+
## v0.3.3 (2022-01-08)
6+
7+
8+
**[See all commits in this version](https://github.com/supabase-community/gotrue-py/compare/v0.3.2...v0.3.3)**
9+
510
## v0.3.2 (2022-01-04)
611
### Fix
712
* Deploy action ([`467fa3f`](https://github.com/supabase-community/gotrue-py/commit/467fa3f6b9e09295806cbac3e8c4fcfe05c3147d))

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.2"
3+
__version__ = "0.3.3"
44

55
from ._async.api import AsyncGoTrueAPI
66
from ._async.client import AsyncGoTrueClient

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gotrue"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "Python Client Library for GoTrue"
55
authors = ["Joel Lee <[email protected]>"]
66
homepage = "https://github.com/supabase-community/gotrue-py"
@@ -39,7 +39,7 @@ version_toml = "pyproject.toml:tool.poetry.version"
3939
major_on_zero = false
4040
commit_subject = "chore(release): bump version to v{version}"
4141
build_command = "curl -sSL https://install.python-poetry.org | python - && export PATH=\"/github/home/.local/bin:$PATH\" && poetry install && poetry build"
42-
upload_to_repository = false
42+
upload_to_repository = true
4343
branch = "main"
4444
changelog_components = "semantic_release.changelog.changelog_headers,semantic_release.changelog.compare_url"
4545

0 commit comments

Comments
 (0)