From 1f7a19595d03189c728bf3d2b6e42e3c60002687 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 17 Jan 2022 13:53:49 +0000 Subject: [PATCH] chore(release): bump version to v0.3.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- supabase/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1ddf2d2..80618b3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.3.0 (2022-01-17) +### Feature +* Add manual action for publish on pypi and update postgrest and gotrue deps ([#124](https://github.com/supabase-community/supabase-py/issues/124)) ([`eca34fa`](https://github.com/supabase-community/supabase-py/commit/eca34fa222c8f7be7c30586f74cbe9fe9df3018f)) + +**[See all commits in this version](https://github.com/supabase-community/supabase-py/compare/v0.2.1...v0.3.0)** + ## v0.2.1 (2022-01-17) ### Fix * Use requests for upload ([#121](https://github.com/supabase-community/supabase-py/issues/121)) ([`ed99717`](https://github.com/supabase-community/supabase-py/commit/ed99717fdd611915b9a697db183a42795cf3e545)) diff --git a/pyproject.toml b/pyproject.toml index c5a2845b..883513a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase" -version = "0.2.1" +version = "0.3.0" description = "Supabase client for Python." authors = ["Joel Lee ", "Leon Fedden ", "Daniel Reinón García ", "Leynier Gutiérrez González ", "Anand"] homepage = "https://github.com/supabase-community/supabase-py" diff --git a/supabase/__init__.py b/supabase/__init__.py index 181ad268..124bec70 100644 --- a/supabase/__init__.py +++ b/supabase/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.1" +__version__ = "0.3.0" from supabase import client, lib from supabase.client import Client, create_client