Skip to content

Commit

Permalink
chore(release): bump version to v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 15, 2024
1 parent 40cc767 commit 225964c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,31 @@



## v2.3.4 (2024-01-15)

### Chore

* chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 (#661)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`dcbd7b4`](https://github.com/supabase-community/supabase-py/commit/dcbd7b47700b3b0d0e13f518e4542d5a2adc7ac9))

* chore(deps): bump postgrest from 0.13.1 to 0.13.2 (#662)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`82c4305`](https://github.com/supabase-community/supabase-py/commit/82c4305dcb572a372ecdadd653056d530f308f28))

### Fix

* fix: update to latest postgrest (#669) ([`40cc767`](https://github.com/supabase-community/supabase-py/commit/40cc7672aa5308713e03f5464cd72cb8890817ec))


## v2.3.3 (2024-01-11)

### Chore

* chore(release): bump version to v2.3.3 ([`ff00bde`](https://github.com/supabase-community/supabase-py/commit/ff00bdef05cfac7c84245ec12e4f8ee8a33c0729))

* chore: remove init client code from every usage example ([`b0c5ac7`](https://github.com/supabase-community/supabase-py/commit/b0c5ac7a5f1f0a7906ba781dcc24c2afbd6346f9))

* chore(deps-dev): bump gitpython from 3.1.40 to 3.1.41 (#659)
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.3.3"
version = "2.3.4"
description = "Supabase client for Python."
authors = ["Joel Lee <joel@joellee.org>", "Leon Fedden <leonfedden@gmail.com>", "Daniel Reinón García <danielreinon@outlook.com>", "Leynier Gutiérrez González <leynier41@gmail.com>", "Anand", "Andrew Smith <a.smith@silentworks.co.uk>"]
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.3.3"
__version__ = "2.3.4"

0 comments on commit 225964c

Please sign in to comment.