Skip to content

Commit adce07c

Browse files
chore(main): release 2.21.1 (#1243)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent db0e152 commit adce07c

File tree

14 files changed

+20
-13
lines changed

14 files changed

+20
-13
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.21.0"
2+
".": "2.21.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.21.1](https://github.com/supabase/supabase-py/compare/v2.21.0...v2.21.1) (2025-10-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** fix ci action to reference output of release-please job ([#1242](https://github.com/supabase/supabase-py/issues/1242)) ([db0e152](https://github.com/supabase/supabase-py/commit/db0e1524c4c904a224dff744192e83010e42f8c5))
9+
310
## [2.21.0](https://github.com/supabase/supabase-py/compare/v2.20.0...v2.21.0) (2025-10-03)
411

512

src/auth/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "supabase_auth"
3-
version = "2.21.0" # {x-release-please-version}
3+
version = "2.21.1" # {x-release-please-version}
44
description = "Python Client Library for Supabase Auth"
55
authors = [
66
{name = "Joel Lee", email = "[email protected]" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.21.0" # {x-release-please-version}
1+
__version__ = "2.21.1" # {x-release-please-version}

src/functions/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "supabase_functions"
3-
version = "2.21.0" # {x-release-please-version}
3+
version = "2.21.1" # {x-release-please-version}
44
description = "Library for Supabase Functions"
55
authors = [
66
{ name = "Joel Lee", email = "[email protected]" },
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.21.0" # {x-release-please-version}
1+
__version__ = "2.21.1" # {x-release-please-version}

src/postgrest/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "postgrest"
3-
version = "2.21.0" # {x-release-please-version}
3+
version = "2.21.1" # {x-release-please-version}
44
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
55
authors = [
66
{ name = "Lương Quang Mạnh", email = "[email protected]"},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.21.0" # {x-release-please-version}
1+
__version__ = "2.21.1" # {x-release-please-version}

src/realtime/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "realtime"
3-
version = "2.21.0" # {x-release-please-version}
3+
version = "2.21.1" # {x-release-please-version}
44
description = ""
55
authors = [
66
{ name = "Joel Lee", email="[email protected]"},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.21.0" # {x-release-please-version}
1+
__version__ = "2.21.1" # {x-release-please-version}

0 commit comments

Comments
 (0)