Skip to content

Commit 433302c

Browse files
chore(main): release 2.18.0
1 parent 76c57b0 commit 433302c

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.17.0"
2+
".": "2.18.0"
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.18.0](https://github.com/supabase/supabase-py/compare/v2.17.0...v2.18.0) (2025-07-31)
4+
5+
6+
### Features
7+
8+
* **realtime:** bump realtime from 2.6.0 to 2.7.0 ([#1184](https://github.com/supabase/supabase-py/issues/1184)) ([76c57b0](https://github.com/supabase/supabase-py/commit/76c57b0d90fe7775e5b9a44e74034b28368d73cb))
9+
310
## [2.17.0](https://github.com/supabase/supabase-py/compare/v2.16.0...v2.17.0) (2025-07-16)
411

512

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"
3-
version = "2.17.0" # {x-release-please-version}
3+
version = "2.18.0" # {x-release-please-version}
44
description = "Supabase client for Python."
55
authors = [
66
{ name = "Joel Lee", email = "joel@joellee.org" },

supabase/version.py

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

0 commit comments

Comments
 (0)