Skip to content

Commit f3b8e16

Browse files
chore(main): release 2.18.0 (#1188)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 64d9d54 commit f3b8e16

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.17.0"
2+
".": "2.18.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.18.0](https://github.com/supabase/supabase-py/compare/v2.17.0...v2.18.0) (2025-08-05)
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+
10+
11+
### Bug Fixes
12+
13+
* **storage:** bump storage3 from 0.12.0 to 0.12.1 ([#1191](https://github.com/supabase/supabase-py/issues/1191)) ([64d9d54](https://github.com/supabase/supabase-py/commit/64d9d54d0b9a9df686deab7a545448a64484a489))
14+
315
## [2.17.0](https://github.com/supabase/supabase-py/compare/v2.16.0...v2.17.0) (2025-07-16)
416

517

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)