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

Commit ca95502

Browse files
committed
chore(release): bump version to v0.3.3
Automatically generated by python-semantic-release
1 parent 844561f commit ca95502

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.3 (2022-06-06)
6+
### Fix
7+
* Upload method ([`844561f`](https://github.com/supabase-community/storage-py/commit/844561f63d58ad869a4303941e7ef8194ae89154))
8+
* Use ** to merge dicts ([`2965ae7`](https://github.com/supabase-community/storage-py/commit/2965ae79857fd3b264384b0fbe8c7172744a9f12))
9+
* Poetry lock ([`4d2a73f`](https://github.com/supabase-community/storage-py/commit/4d2a73f7f8170ddeac5ef154fd3c14c7b7bfec71))
10+
11+
**[See all commits in this version](https://github.com/supabase-community/storage-py/compare/v0.3.2...v0.3.3)**
12+
513
## v0.3.2 (2022-05-16)
614
### Fix
715
* 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))

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

66

77
class SyncClient(BaseClient):

0 commit comments

Comments
 (0)