Skip to content

Commit 225964c

Browse files
author
github-actions
committed
chore(release): bump version to v2.3.4
1 parent 40cc767 commit 225964c

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,31 @@
22

33

44

5+
## v2.3.4 (2024-01-15)
6+
7+
### Chore
8+
9+
* chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 (#661)
10+
11+
Signed-off-by: dependabot[bot] <[email protected]>
12+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`dcbd7b4`](https://github.com/supabase-community/supabase-py/commit/dcbd7b47700b3b0d0e13f518e4542d5a2adc7ac9))
13+
14+
* chore(deps): bump postgrest from 0.13.1 to 0.13.2 (#662)
15+
16+
Signed-off-by: dependabot[bot] <[email protected]>
17+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`82c4305`](https://github.com/supabase-community/supabase-py/commit/82c4305dcb572a372ecdadd653056d530f308f28))
18+
19+
### Fix
20+
21+
* fix: update to latest postgrest (#669) ([`40cc767`](https://github.com/supabase-community/supabase-py/commit/40cc7672aa5308713e03f5464cd72cb8890817ec))
22+
23+
524
## v2.3.3 (2024-01-11)
625

726
### Chore
827

28+
* chore(release): bump version to v2.3.3 ([`ff00bde`](https://github.com/supabase-community/supabase-py/commit/ff00bdef05cfac7c84245ec12e4f8ee8a33c0729))
29+
930
* chore: remove init client code from every usage example ([`b0c5ac7`](https://github.com/supabase-community/supabase-py/commit/b0c5ac7a5f1f0a7906ba781dcc24c2afbd6346f9))
1031

1132
* chore(deps-dev): bump gitpython from 3.1.40 to 3.1.41 (#659)

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.3"
3+
version = "2.3.4"
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"

supabase/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.3"
1+
__version__ = "2.3.4"

0 commit comments

Comments
 (0)