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

Commit 661842b

Browse files
committed
chore(release): bump version to v0.3.1
Automatically generated by python-semantic-release
1 parent 19f1816 commit 661842b

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.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))

pyproject.toml

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

2222
[tool.poetry.dependencies]
2323
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.0"
4+
__version__ = "0.3.1"
55

66

77
class SyncClient(BaseClient):

0 commit comments

Comments
 (0)