-
-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): bump version to v2.3.5
- Loading branch information
github-actions
committed
Feb 15, 2024
1 parent
bd5f617
commit 2bd19f3
Showing
3 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,37 @@ | |
|
||
|
||
|
||
## v2.3.5 (2024-02-15) | ||
|
||
### Chore | ||
|
||
* chore(deps-dev): bump pytest from 7.4.4 to 8.0.0 (#677) | ||
|
||
Signed-off-by: dependabot[bot] <[email protected]> | ||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`e3383c3`](https://github.com/supabase-community/supabase-py/commit/e3383c393e05668a4206cd9d5db027fe960763ac)) | ||
|
||
* chore(deps-dev): bump python-dotenv from 1.0.0 to 1.0.1 (#675) | ||
|
||
Signed-off-by: dependabot[bot] <[email protected]> | ||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`abdb15c`](https://github.com/supabase-community/supabase-py/commit/abdb15c7463c4d49588dc83f6935eccf50dc2f5a)) | ||
|
||
### Fix | ||
|
||
* fix: add missing ClientOptions to the main init file (#688) ([`bd5f617`](https://github.com/supabase-community/supabase-py/commit/bd5f61716e44035acda91ab9f88d7370dee1f481)) | ||
|
||
### Unknown | ||
|
||
* docs (sunbase-py) updated setup instructions, PR guidelines, added resources & links (#690) ([`846d8e7`](https://github.com/supabase-community/supabase-py/commit/846d8e73bb05311030e62c87c15907967581ac9e)) | ||
|
||
* Update action versions in CI/CD (#679) ([`13bed26`](https://github.com/supabase-community/supabase-py/commit/13bed26e676242f020caad48f24c9db993c1cfc4)) | ||
|
||
|
||
## v2.3.4 (2024-01-15) | ||
|
||
### Chore | ||
|
||
* chore(release): bump version to v2.3.4 ([`225964c`](https://github.com/supabase-community/supabase-py/commit/225964cf1e6edab101ca4b04832d3315458aa6b2)) | ||
|
||
* chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 (#661) | ||
|
||
Signed-off-by: dependabot[bot] <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "supabase" | ||
version = "2.3.4" | ||
version = "2.3.5" | ||
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "2.3.4" | ||
__version__ = "2.3.5" |