Skip to content

Commit 5489e55

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

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-02-04)
6+
### Feature
7+
* Update postgrest-py from 0.8.1 to 0.8.2 ([`1feab46`](https://github.com/supabase-community/supabase-py/commit/1feab46f2df64de014aa550952192366cc8055ef))
8+
9+
**[See all commits in this version](https://github.com/supabase-community/supabase-py/compare/v0.3.3...v0.4.0)**
10+
511
## v0.3.3 (2022-02-03)
612
### Fix
713
* Increase sleep before listing ([`127ef98`](https://github.com/supabase-community/supabase-py/commit/127ef98d56eceef992b1ed9cfdc69b9701f3b92a))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase"
3-
version = "0.3.3"
3+
version = "0.4.0"
44
description = "Supabase client for Python."
55
authors = ["Joel Lee <joel@joellee.org>", "Leon Fedden <leonfedden@gmail.com>", "Daniel Reinón García <danielreinon@outlook.com>", "Leynier Gutiérrez González <leynier41@gmail.com>", "Anand"]
66
homepage = "https://github.com/supabase-community/supabase-py"

supabase/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.3.3"
1+
__version__ = "0.4.0"
22

33
from supabase import client, lib
44
from supabase.client import Client, create_client

0 commit comments

Comments
 (0)