Skip to content

Commit

Permalink
chore(release): bump version to v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 23, 2024
1 parent 886f0fb commit d2b7efb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@



## v0.4.5 (2024-03-23)

### Fix

* fix: configure poetry in github action (#71) ([`886f0fb`](https://github.com/supabase-community/functions-py/commit/886f0fb1590567527159df8944a9ab7d418e5f00))


## v0.4.4 (2024-03-23)

### Chore

* chore(release): bump version to v0.4.4 ([`ebb987f`](https://github.com/supabase-community/functions-py/commit/ebb987fc0df58d41a0307065d28ae14b6697cb3b))

### Fix

* fix: update to perform build via poetry (#70) ([`d518ce5`](https://github.com/supabase-community/functions-py/commit/d518ce5b81fef2ec30907c9261fde29522e37222))
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_functions"
version = "0.4.4"
version = "0.4.5"
description = "Library for Supabase Functions"
authors = [
"Joel Lee <joel@joellee.org>",
Expand Down
2 changes: 1 addition & 1 deletion supabase_functions/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from httpx import AsyncClient as AsyncClient # noqa: F401
from httpx import Client as BaseClient

__version__ = "0.4.4"
__version__ = "0.4.5"


class SyncClient(BaseClient):
Expand Down

0 comments on commit d2b7efb

Please sign in to comment.