Skip to content

Commit ecffe61

Browse files
committed
chore(release): bump version to v0.5.0
Automatically generated by python-semantic-release
1 parent 21a69da commit ecffe61

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.5.0 (2022-02-19)
6+
### Feature
7+
* Export APIResponse and APIError from postgrest-py ([#152](https://github.com/supabase-community/supabase-py/issues/152)) ([`21a69da`](https://github.com/supabase-community/supabase-py/commit/21a69da238b043f48fba6d700830c40c6bcbf8fb))
8+
9+
**[See all commits in this version](https://github.com/supabase-community/supabase-py/compare/v0.4.0...v0.5.0)**
10+
511
## v0.4.0 (2022-02-04)
612
### Feature
713
* Update postgrest-py from 0.8.1 to 0.8.2 ([`1feab46`](https://github.com/supabase-community/supabase-py/commit/1feab46f2df64de014aa550952192366cc8055ef))

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 = "supabase"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "Supabase client for Python."
55
authors = ["Joel Lee <[email protected]>", "Leon Fedden <[email protected]>", "Daniel Reinón García <[email protected]>", "Leynier Gutiérrez González <[email protected]>", "Anand"]
66
homepage = "https://github.com/supabase-community/supabase-py"

supabase/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.5.0"
22

33
from postgrest_py import APIError, APIResponse
44

0 commit comments

Comments
 (0)