Skip to content

Commit

Permalink
chore(release): bump version to v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed May 28, 2024
1 parent d6a5df9 commit f462e3a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@



## v2.5.0 (2024-05-28)

### Feature

* feat: add schema method to the client (#809) ([`d6a5df9`](https://github.com/supabase-community/supabase-py/commit/d6a5df9d48ee9384071541781084dde422f58f72))


## v2.4.6 (2024-05-22)

### Chore

* chore(release): bump version to v2.4.6 ([`8468c2e`](https://github.com/supabase-community/supabase-py/commit/8468c2e665a3f5f27d456843e71d23f906c4f665))

* chore(deps-dev): bump requests from 2.31.0 to 2.32.0 in the pip group across 1 directory (#804) ([`2972d76`](https://github.com/supabase-community/supabase-py/commit/2972d760870f1583ffdfe20e6b7b0f9f52c239eb))

* chore(deps-dev): bump commitizen from 3.25.0 to 3.26.0 (#803) ([`ee0cc80`](https://github.com/supabase-community/supabase-py/commit/ee0cc8063e312b7fe0d282e04692093672133b97))
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.4.6"
version = "2.5.0"
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.4.6"
__version__ = "2.5.0"

0 comments on commit f462e3a

Please sign in to comment.