Skip to content

Commit ebb987f

Browse files
author
github-actions
committed
chore(release): bump version to v0.4.4
1 parent d518ce5 commit ebb987f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,19 @@
22

33

44

5+
## v0.4.4 (2024-03-23)
6+
7+
### Fix
8+
9+
* fix: update to perform build via poetry (#70) ([`d518ce5`](https://github.com/supabase-community/functions-py/commit/d518ce5b81fef2ec30907c9261fde29522e37222))
10+
11+
512
## v0.4.3 (2024-03-23)
613

14+
### Chore
15+
16+
* chore(release): bump version to v0.4.3 ([`5c707e9`](https://github.com/supabase-community/functions-py/commit/5c707e998df07afdd67c629f034e954564a1c65b))
17+
718
### Fix
819

920
* fix: add supafunc package distribution (#69) ([`d8a6f9a`](https://github.com/supabase-community/functions-py/commit/d8a6f9a89909c5d4bc3d6c11fb369407931c9cc5))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase_functions"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "Library for Supabase Functions"
55
authors = [
66
"Joel Lee <[email protected]>",

supabase_functions/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from httpx import AsyncClient as AsyncClient # noqa: F401
22
from httpx import Client as BaseClient
33

4-
__version__ = "0.4.3"
4+
__version__ = "0.4.4"
55

66

77
class SyncClient(BaseClient):

0 commit comments

Comments
 (0)