Skip to content

Commit 9fdf32f

Browse files
chore(main): release 2.15.1 (#1099)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1d429c6 commit 9fdf32f

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.15.0"
2+
".": "2.15.1"
33
}

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## [2.15.1](https://github.com/supabase/supabase-py/compare/v2.15.0...v2.15.1) (2025-04-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **postgrest:** add missing count, head, and get params ([#1098](https://github.com/supabase/supabase-py/issues/1098)) ([e9c219e](https://github.com/supabase/supabase-py/commit/e9c219ebda5282db521c180fad108f7227ba6fa6))
9+
* **realtime:** bump realtime from 2.4.2 to 2.4.3 ([#1112](https://github.com/supabase/supabase-py/issues/1112)) ([1d429c6](https://github.com/supabase/supabase-py/commit/1d429c65556a6d9bf356edd3d92305cbda01cdf3))
10+
* remove return type from postgrest methods ([#1110](https://github.com/supabase/supabase-py/issues/1110)) ([6664f42](https://github.com/supabase/supabase-py/commit/6664f42157702d5c0f446682c80b3c37181303d3))
11+
312
## [2.15.0](https://github.com/supabase/supabase-py/compare/v2.14.0...v2.15.0) (2025-03-26)
413

514

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase"
3-
version = "2.15.0" # {x-release-please-version}
3+
version = "2.15.1" # {x-release-please-version}
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", "Andrew Smith <[email protected]>"]
66
homepage = "https://github.com/supabase/supabase-py"

supabase/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.15.0" # {x-release-please-version}
1+
__version__ = "2.15.1" # {x-release-please-version}

0 commit comments

Comments
 (0)