Skip to content

Commit 7e2c4d5

Browse files
chore(main): release 2.15.3 (#1132)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3d4da71 commit 7e2c4d5

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.2"
2+
".": "2.15.3"
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.15.3](https://github.com/supabase/supabase-py/compare/v2.15.2...v2.15.3) (2025-06-09)
4+
5+
6+
### Bug Fixes
7+
8+
* copy client options instead of deepcopy ([#1130](https://github.com/supabase/supabase-py/issues/1130)) ([3d4da71](https://github.com/supabase/supabase-py/commit/3d4da713f3dd996fc8b437c0cb0d13350df47e85))
9+
310
## [2.15.2](https://github.com/supabase/supabase-py/compare/v2.15.1...v2.15.2) (2025-05-23)
411

512

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.2" # {x-release-please-version}
3+
version = "2.15.3" # {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

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

0 commit comments

Comments
 (0)