Skip to content

Commit

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



## v0.3.3 (2024-01-03)

### Fix

* fix: update job to publish legacy package if current is released (#36) ([`2565c37`](https://github.com/supabase-community/functions-py/commit/2565c372124c08bc2a0bd8fd4b3005cf427062e3))


## v0.3.2 (2024-01-03)

### Chore

* chore(release): bump version to v0.3.2 ([`403418c`](https://github.com/supabase-community/functions-py/commit/403418cc3a801be12e73f84e53daddd517cd5de0))

* chore(deps-dev): bump isort from 5.12.0 to 5.13.0 (#24) ([`e7443ee`](https://github.com/supabase-community/functions-py/commit/e7443eeaad029a19a4276bae8ebfb899d042be3a))

* chore(deps-dev): bump isort from 5.12.0 to 5.13.0
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 = "supafunc"
version = "0.3.2"
version = "0.3.3"
description = "Library for Supabase Functions"
authors = [
"Joel Lee <joel@joellee.org>",
Expand Down
2 changes: 1 addition & 1 deletion supafunc/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.3.2"
__version__ = "0.3.3"


class SyncClient(BaseClient):
Expand Down

0 comments on commit cd02bb2

Please sign in to comment.