Skip to content

Commit

Permalink
chore(release): bump version to v0.3.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed May 16, 2022
1 parent 2a85860 commit 7ff6a7a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v0.3.2 (2022-05-16)
### Fix
* Don't create virtualenv in CI ([#7](https://github.com/supabase-community/storage-py/issues/7)) ([`2a85860`](https://github.com/supabase-community/storage-py/commit/2a8586082ff667c7b525bccf01df2c0e890f2b66))

**[See all commits in this version](https://github.com/supabase-community/storage-py/compare/v0.3.1...v0.3.2)**

## v0.3.1 (2022-05-01)
### Fix
* Parity with js ([`19f1816`](https://github.com/supabase-community/storage-py/commit/19f1816d23671d576ddf23feab401d51aaf7b3e4))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license = "MIT"
name = "storage3"
readme = "README.md"
repository = "https://github.com/supabase-community/storage-py"
version = "0.3.1"
version = "0.3.2"

[tool.poetry.dependencies]
httpx = ">=0.19,<0.22"
Expand Down
2 changes: 1 addition & 1 deletion storage3/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.1"
__version__ = "0.3.2"


class SyncClient(BaseClient):
Expand Down

0 comments on commit 7ff6a7a

Please sign in to comment.