Skip to content

Commit c07e6e4

Browse files
committed
chore(release): bump version to v0.2.1
Automatically generated by python-semantic-release
1 parent ed99717 commit c07e6e4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
<!--next-version-placeholder-->
4+
5+
## v0.2.1 (2022-01-17)
6+
### Fix
7+
* Use requests for upload ([#121](https://github.com/supabase-community/supabase-py/issues/121)) ([`ed99717`](https://github.com/supabase-community/supabase-py/commit/ed99717fdd611915b9a697db183a42795cf3e545))
8+
9+
**[See all commits in this version](https://github.com/supabase-community/supabase-py/compare/v0.2.0...v0.2.1)**

Diff for: 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.2.0"
3+
version = "0.2.1"
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"

Diff for: supabase/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"
22

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

0 commit comments

Comments
 (0)