Skip to content

Commit

Permalink
chore(release): bump version to v0.5.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Mar 8, 2022
1 parent ecfe544 commit 8209345
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.5.2 (2022-03-08)
### Fix
* Bump postgrest-py from 0.9.0 to 0.9.1 ([#164](https://github.com/supabase-community/supabase-py/issues/164)) ([`ecfe544`](https://github.com/supabase-community/supabase-py/commit/ecfe5448c52c23e496767c5a9965f3b0430ff408))

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

## v0.5.1 (2022-02-25)
### Fix
* Require 0.9.0>= postgrest dependency ([#158](https://github.com/supabase-community/supabase-py/issues/158)) ([`b9097e6`](https://github.com/supabase-community/supabase-py/commit/b9097e665b411ea53cad70b9c1cc893d61fe295f))
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 = "supabase"
version = "0.5.1"
version = "0.5.2"
description = "Supabase client for Python."
authors = ["Joel Lee <[email protected]>", "Leon Fedden <[email protected]>", "Daniel Reinón García <[email protected]>", "Leynier Gutiérrez González <[email protected]>", "Anand"]
homepage = "https://github.com/supabase-community/supabase-py"
Expand Down
2 changes: 1 addition & 1 deletion supabase/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.1"
__version__ = "0.5.2"

from postgrest_py import APIError, APIResponse

Expand Down

0 comments on commit 8209345

Please sign in to comment.