Skip to content

Commit b64f5b7

Browse files
chore(main): release 2.17.0
1 parent 89fa81a commit b64f5b7

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.16.0"
2+
".": "2.17.0"
33
}

CHANGELOG.md

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

3+
## [2.17.0](https://github.com/supabase/supabase-py/compare/v2.16.0...v2.17.0) (2025-07-11)
4+
5+
6+
### Features
7+
8+
* **deps:** bump realtime from 2.5.3 to 2.6.0 ([#1172](https://github.com/supabase/supabase-py/issues/1172)) ([89fa81a](https://github.com/supabase/supabase-py/commit/89fa81a6beaba3b3f3837e055d4860999e40f664))
9+
10+
11+
### Documentation
12+
13+
* add note about explicit client.auth.sign_out() for proper shutdown ([#926](https://github.com/supabase/supabase-py/issues/926)) ([#1163](https://github.com/supabase/supabase-py/issues/1163)) ([b657308](https://github.com/supabase/supabase-py/commit/b657308e61253a70cf966b71c58e5b17a83e36a8))
14+
315
## [2.16.0](https://github.com/supabase/supabase-py/compare/v2.15.3...v2.16.0) (2025-06-23)
416

517

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.16.0" # {x-release-please-version}
3+
version = "2.17.0" # {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.16.0" # {x-release-please-version}
1+
__version__ = "2.17.0" # {x-release-please-version}

0 commit comments

Comments
 (0)