Skip to content

Commit de287bb

Browse files
chore(main): release 2.14.0 (#1061)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4e32533 commit de287bb

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.13.0"
2+
".": "2.14.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.14.0](https://github.com/supabase/supabase-py/compare/v2.13.0...v2.14.0) (2025-03-20)
4+
5+
6+
### Features
7+
8+
* **realtime:** bump realtime from 2.3.0 to 2.4.0 ([#1059](https://github.com/supabase/supabase-py/issues/1059)) ([9cdf7fa](https://github.com/supabase/supabase-py/commit/9cdf7fa4621f62f673c584aa712807b1eea3d334))
9+
10+
11+
### Bug Fixes
12+
13+
* **auth:** bump gotrue from 2.11.3 to 2.11.4 ([#1060](https://github.com/supabase/supabase-py/issues/1060)) ([a8600fd](https://github.com/supabase/supabase-py/commit/a8600fd9e38c2d9297b0631f6d9e55dfdf5951ca))
14+
315
## [2.13.0](https://github.com/supabase/supabase-py/compare/v2.12.0...v2.13.0) (2025-02-04)
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.13.0" # {x-release-please-version}
3+
version = "2.14.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.13.0" # {x-release-please-version}
1+
__version__ = "2.14.0" # {x-release-please-version}

0 commit comments

Comments
 (0)