Skip to content

Commit d2e138c

Browse files
committed
chore(release): bump version to v0.4.0
Automatically generated by python-semantic-release
1 parent a8f2c45 commit d2e138c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## v0.4.0 (2022-01-17)
6+
### Feature
7+
* Add notion to enum of providers ([#70](https://github.com/supabase-community/gotrue-py/issues/70)) ([`a8f2c45`](https://github.com/supabase-community/gotrue-py/commit/a8f2c45b25c9d008de7a5e1e6f18cc47a259c73c))
8+
9+
**[See all commits in this version](https://github.com/supabase-community/gotrue-py/compare/v0.3.5...v0.4.0)**
10+
511
## v0.3.5 (2022-01-15)
612
### Fix
713
* Delete_user returns Exception event if response is Ok ([#68](https://github.com/supabase-community/gotrue-py/issues/68)) ([`23c167e`](https://github.com/supabase-community/gotrue-py/commit/23c167e7082c5ddb4dd64b958aa55065c2b3e468))

gotrue/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "0.3.5"
3+
__version__ = "0.4.0"
44

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gotrue"
3-
version = "0.3.5"
3+
version = "0.4.0"
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)