Skip to content

Commit 2bd19f3

Browse files
author
github-actions
committed
chore(release): bump version to v2.3.5
1 parent bd5f617 commit 2bd19f3

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

Diff for: CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,37 @@
22

33

44

5+
## v2.3.5 (2024-02-15)
6+
7+
### Chore
8+
9+
* chore(deps-dev): bump pytest from 7.4.4 to 8.0.0 (#677)
10+
11+
Signed-off-by: dependabot[bot] <[email protected]>
12+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`e3383c3`](https://github.com/supabase-community/supabase-py/commit/e3383c393e05668a4206cd9d5db027fe960763ac))
13+
14+
* chore(deps-dev): bump python-dotenv from 1.0.0 to 1.0.1 (#675)
15+
16+
Signed-off-by: dependabot[bot] <[email protected]>
17+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`abdb15c`](https://github.com/supabase-community/supabase-py/commit/abdb15c7463c4d49588dc83f6935eccf50dc2f5a))
18+
19+
### Fix
20+
21+
* fix: add missing ClientOptions to the main init file (#688) ([`bd5f617`](https://github.com/supabase-community/supabase-py/commit/bd5f61716e44035acda91ab9f88d7370dee1f481))
22+
23+
### Unknown
24+
25+
* docs (sunbase-py) updated setup instructions, PR guidelines, added resources & links (#690) ([`846d8e7`](https://github.com/supabase-community/supabase-py/commit/846d8e73bb05311030e62c87c15907967581ac9e))
26+
27+
* Update action versions in CI/CD (#679) ([`13bed26`](https://github.com/supabase-community/supabase-py/commit/13bed26e676242f020caad48f24c9db993c1cfc4))
28+
29+
530
## v2.3.4 (2024-01-15)
631

732
### Chore
833

34+
* chore(release): bump version to v2.3.4 ([`225964c`](https://github.com/supabase-community/supabase-py/commit/225964cf1e6edab101ca4b04832d3315458aa6b2))
35+
936
* chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 (#661)
1037

1138
Signed-off-by: dependabot[bot] <[email protected]>

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.3.4"
3+
version = "2.3.5"
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.3.4"
1+
__version__ = "2.3.5"

0 commit comments

Comments
 (0)