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

Commit 6ca09e7

Browse files
committed
chore(release): bump version to v0.3.4
Automatically generated by python-semantic-release
1 parent c8cdf44 commit 6ca09e7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.3.4 (2022-06-07)
6+
### Fix
7+
* Signed_url ([`c8cdf44`](https://github.com/supabase-community/storage-py/commit/c8cdf444090e7d9c6cd68ac4f31afb52921c3ea5))
8+
* Try no timeout as fix instead of sleep ([`68026be`](https://github.com/supabase-community/storage-py/commit/68026be058a5e5a0684d7bc174da674dfc6a137c))
9+
* Signed_url ([`bd2e09c`](https://github.com/supabase-community/storage-py/commit/bd2e09c28164b364ca919fd888019e837af3890f))
10+
11+
**[See all commits in this version](https://github.com/supabase-community/storage-py/compare/v0.3.3...v0.3.4)**
12+
513
## v0.3.3 (2022-06-06)
614
### Fix
715
* Upload method ([`844561f`](https://github.com/supabase-community/storage-py/commit/844561f63d58ad869a4303941e7ef8194ae89154))

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.3"
21+
version = "0.3.4"
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.3"
4+
__version__ = "0.3.4"
55

66

77
class SyncClient(BaseClient):

0 commit comments

Comments
 (0)