Skip to content

Commit 549fffc

Browse files
chore(main): release 2.15.2 (#1127)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 71af9f1 commit 549fffc

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
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.15.1"
2+
".": "2.15.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## [2.15.2](https://github.com/supabase/supabase-py/compare/v2.15.1...v2.15.2) (2025-05-23)
4+
5+
6+
### Bug Fixes
7+
8+
* mutable reference headers [#1095](https://github.com/supabase/supabase-py/issues/1095) ([#1096](https://github.com/supabase/supabase-py/issues/1096)) ([50d79c1](https://github.com/supabase/supabase-py/commit/50d79c18f63f7d61e11e6f0f0b81584f0cdc8cf0))
9+
* **postgrest:** bump postgrest from 1.0.1 to 1.0.2 ([#1125](https://github.com/supabase/supabase-py/issues/1125)) ([812a04d](https://github.com/supabase/supabase-py/commit/812a04d3f657f6bcd539efb44c6fe45ab54575c9))
10+
311
## [2.15.1](https://github.com/supabase/supabase-py/compare/v2.15.0...v2.15.1) (2025-04-28)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase"
3-
version = "2.15.1" # {x-release-please-version}
3+
version = "2.15.2" # {x-release-please-version}
44
description = "Supabase client for Python."
55
authors = ["Joel Lee <joel@joellee.org>", "Leon Fedden <leonfedden@gmail.com>", "Daniel Reinón García <danielreinon@outlook.com>", "Leynier Gutiérrez González <leynier41@gmail.com>", "Anand", "Andrew Smith <a.smith@silentworks.co.uk>"]
66
homepage = "https://github.com/supabase/supabase-py"

supabase/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.15.1" # {x-release-please-version}
1+
__version__ = "2.15.2" # {x-release-please-version}

0 commit comments

Comments
 (0)