Skip to content

Commit c70802e

Browse files
authoredFeb 4, 2025··
chore(main): release 2.13.0 (#1046)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 614cacc commit c70802e

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.12.0"
2+
".": "2.13.0"
33
}

‎CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# CHANGELOG
22

3+
## [2.13.0](https://github.com/supabase/supabase-py/compare/v2.12.0...v2.13.0) (2025-02-04)
4+
5+
6+
### Features
7+
8+
* **realtime:** bump realtime from 2.2.0 to 2.3.0 ([#1049](https://github.com/supabase/supabase-py/issues/1049)) ([2347401](https://github.com/supabase/supabase-py/commit/23474017701560c361e3cb2d8fe49f238a8fc9d0))
9+
10+
11+
### Bug Fixes
12+
13+
* **auth:** bump gotrue from 2.11.2 to 2.11.3 ([#1051](https://github.com/supabase/supabase-py/issues/1051)) ([4a2bb9e](https://github.com/supabase/supabase-py/commit/4a2bb9e73e8979e1c28ec9df788f4291c9e59c82))
14+
* **functions:** bump supafunc from 0.9.2 to 0.9.3 ([#1052](https://github.com/supabase/supabase-py/issues/1052)) ([29fed38](https://github.com/supabase/supabase-py/commit/29fed38015ff51fb1543f5efc7c34b5fd75ac0e4))
15+
* **storage:** bump storage3 from 0.11.1 to 0.11.3 ([#1050](https://github.com/supabase/supabase-py/issues/1050)) ([8c5d48f](https://github.com/supabase/supabase-py/commit/8c5d48f51f21658cf1e495d0e9f01906b5040fbd))
16+
* update SupabaseAuthClient to use super instead of calling base class ([#1045](https://github.com/supabase/supabase-py/issues/1045)) ([3efb4a6](https://github.com/supabase/supabase-py/commit/3efb4a678b6f2585622d1870410445e74e2b6c49))
17+
318
## [2.12.0](https://github.com/supabase/supabase-py/compare/v2.11.0...v2.12.0) (2025-01-24)
419

520

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase"
3-
version = "2.12.0" # {x-release-please-version}
3+
version = "2.13.0" # {x-release-please-version}
44
description = "Supabase client for Python."
55
authors = ["Joel Lee <joel@joellee.org>", "Leon Fedden <leonfedden@gmail.com>", "Daniel Reinón García <danielreinon@outlook.com>", "Leynier Gutiérrez González <leynier41@gmail.com>", "Anand", "Andrew Smith <a.smith@silentworks.co.uk>"]
66
homepage = "https://github.com/supabase/supabase-py"

‎supabase/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.12.0" # {x-release-please-version}
1+
__version__ = "2.13.0" # {x-release-please-version}

0 commit comments

Comments
 (0)
Please sign in to comment.