Skip to content

Commit 475bd18

Browse files
author
semantic-release
committed
chore(release): bump version to v2.5.3
1 parent 07c75ee commit 475bd18

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# CHANGELOG
22

3+
## v2.5.3 (2024-07-16)
4+
5+
### Fix
6+
7+
* fix: missing await in async create_client (#859) ([`07c75ee`](https://github.com/supabase-community/supabase-py/commit/07c75eef93f61e4e815781f6b9cdbd197be1f64b))
8+
39
## v2.5.2 (2024-07-16)
410

511
### Chore
612

13+
* chore(release): bump version to v2.5.2 ([`e437159`](https://github.com/supabase-community/supabase-py/commit/e43715910f0188cbc8265692514139d462153b92))
14+
715
* chore(deps): bump postgrest from 0.16.8 to 0.16.9 (#858) ([`aab9c3e`](https://github.com/supabase-community/supabase-py/commit/aab9c3eaaaf549a6c58051bef0e0253889b7ddd3))
816

917
* chore(deps): bump storage3 from 0.7.6 to 0.7.7 (#857) ([`1c57f11`](https://github.com/supabase-community/supabase-py/commit/1c57f113345ca9c59f1ef7017e4578a9c6d3b666))

Diff for: 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.5.2"
3+
version = "2.5.3"
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-community/supabase-py"

Diff for: supabase/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.5.2"
1+
__version__ = "2.5.3"

0 commit comments

Comments
 (0)