This repository was archived by the owner on Sep 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33<!-- next-version-placeholder-->
44
5+ ## v0.3.1 (2022-05-01)
6+ ### Fix
7+ * Parity with js ([ ` 19f1816 ` ] ( https://github.com/supabase-community/storage-py/commit/19f1816d23671d576ddf23feab401d51aaf7b3e4 ) )
8+
9+ ** [ See all commits in this version] ( https://github.com/supabase-community/storage-py/compare/v0.3.0...v0.3.1 ) **
10+
511## v0.3.0 (2022-04-30)
612### Feature
713* Force version bump ([ ` 62556c0 ` ] ( https://github.com/supabase-community/storage-py/commit/62556c00a064c691df90be6f8c8a46cc1b772ba4 ) )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ license = "MIT"
1717name = " storage3"
1818readme = " README.md"
1919repository = " https://github.com/supabase-community/storage-py"
20- version = " 0.3.0 "
20+ version = " 0.3.1 "
2121
2222[tool .poetry .dependencies ]
2323httpx = " >=0.19,<0.22"
Original file line number Diff line number Diff line change 11from httpx import AsyncClient as AsyncClient # noqa: F401
22from httpx import Client as BaseClient
33
4- __version__ = "0.3.0 "
4+ __version__ = "0.3.1 "
55
66
77class SyncClient (BaseClient ):
You can’t perform that action at this time.
0 commit comments