Skip to content

Commit

Permalink
chore(release): bump version to v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Jul 16, 2024
1 parent 07c75ee commit 475bd18
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# CHANGELOG

## v2.5.3 (2024-07-16)

### Fix

* fix: missing await in async create_client (#859) ([`07c75ee`](https://github.com/supabase-community/supabase-py/commit/07c75eef93f61e4e815781f6b9cdbd197be1f64b))

## v2.5.2 (2024-07-16)

### Chore

* chore(release): bump version to v2.5.2 ([`e437159`](https://github.com/supabase-community/supabase-py/commit/e43715910f0188cbc8265692514139d462153b92))

* chore(deps): bump postgrest from 0.16.8 to 0.16.9 (#858) ([`aab9c3e`](https://github.com/supabase-community/supabase-py/commit/aab9c3eaaaf549a6c58051bef0e0253889b7ddd3))

* chore(deps): bump storage3 from 0.7.6 to 0.7.7 (#857) ([`1c57f11`](https://github.com/supabase-community/supabase-py/commit/1c57f113345ca9c59f1ef7017e4578a9c6d3b666))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "supabase"
version = "2.5.2"
version = "2.5.3"
description = "Supabase client for Python."
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]>"]
homepage = "https://github.com/supabase-community/supabase-py"
Expand Down
2 changes: 1 addition & 1 deletion supabase/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.5.2"
__version__ = "2.5.3"

0 comments on commit 475bd18

Please sign in to comment.