Skip to content

Commit

Permalink
chore(release): bump version to v0.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 17, 2022
1 parent a8f2c45 commit d2e138c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v0.4.0 (2022-01-17)
### Feature
* 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))

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

## v0.3.5 (2022-01-15)
### Fix
* 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))
Expand Down
2 changes: 1 addition & 1 deletion gotrue/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.3.5"
__version__ = "0.4.0"

from ._async.api import AsyncGoTrueAPI
from ._async.client import AsyncGoTrueClient
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gotrue"
version = "0.3.5"
version = "0.4.0"
description = "Python Client Library for GoTrue"
authors = ["Joel Lee <[email protected]>"]
homepage = "https://github.com/supabase-community/gotrue-py"
Expand Down

0 comments on commit d2e138c

Please sign in to comment.