Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 7ff6a7a

Browse files
committed
chore(release): bump version to v0.3.2
Automatically generated by python-semantic-release
1 parent 2a85860 commit 7ff6a7a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.3.2 (2022-05-16)
6+
### Fix
7+
* 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))
8+
9+
**[See all commits in this version](https://github.com/supabase-community/storage-py/compare/v0.3.1...v0.3.2)**
10+
511
## v0.3.1 (2022-05-01)
612
### Fix
713
* Parity with js ([`19f1816`](https://github.com/supabase-community/storage-py/commit/19f1816d23671d576ddf23feab401d51aaf7b3e4))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license = "MIT"
1818
name = "storage3"
1919
readme = "README.md"
2020
repository = "https://github.com/supabase-community/storage-py"
21-
version = "0.3.1"
21+
version = "0.3.2"
2222

2323
[tool.poetry.dependencies]
2424
httpx = ">=0.19,<0.22"

storage3/utils.py

Lines changed: 1 addition & 1 deletion
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.3.1"
4+
__version__ = "0.3.2"
55

66

77
class SyncClient(BaseClient):

0 commit comments

Comments
 (0)