Skip to content

Commit 11b014d

Browse files
author
github-actions
committed
chore(release): bump version to v1.1.1
1 parent 2829aea commit 11b014d

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,25 @@
22

33

44

5+
## v1.1.1 (2023-10-02)
6+
7+
### Fix
8+
9+
* fix: remove fetch from clientoptions (#481)
10+
11+
* fix: remove fetch from clientoptions
12+
13+
* chore: re-run tests
14+
15+
* chore: remove unused import ([`2829aea`](https://github.com/supabase-community/supabase-py/commit/2829aeaa9757080f9b8bd76a19fe1bb27ae4dcc2))
16+
17+
518
## v1.1.0 (2023-09-29)
619

720
### Chore
821

22+
* chore(release): bump version to v1.1.0 ([`0bb7830`](https://github.com/supabase-community/supabase-py/commit/0bb783030fe9587ecb93d190ef973f3a666f358b))
23+
924
* chore(deps): bump postgrest from 0.10.8 to 0.11.0
1025

1126
Bumps [postgrest](https://github.com/supabase-community/postgrest-py) from 0.10.8 to 0.11.0.

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 = "1.1.0"
3+
version = "1.1.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/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)