Skip to content

Commit

Permalink
chore(release): bump version to v0.3.6
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 5, 2023
1 parent a9f2def commit 5d8b623
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

<!--next-version-placeholder-->

## v0.3.6 (2023-01-05)
### Fix
* Datetime and upload file type ([#12](https://github.com/supabase-community/storage-py/issues/12)) ([`a926a06`](https://github.com/supabase-community/storage-py/commit/a926a068234e68afbf8039fc7f71565397dfea86))
* Remove trailing "/" in `get_public_url` ([`8bf407c`](https://github.com/supabase-community/storage-py/commit/8bf407c5fc2bca401a673d42d0f9a82b7b9e80bb))

**[See all commits in this version](https://github.com/supabase-community/storage-py/compare/v0.3.5...v0.3.6)**
## v0.3.5 (2022-06-07)
### Fix
* Justinbarak patch 1 by @justinbarak in https://github.com/supabase-community/storage-py/pull/14
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license = "MIT"
name = "storage3"
readme = "README.md"
repository = "https://github.com/supabase-community/storage-py"
version = "0.3.5"
version = "0.3.6"

[tool.poetry.dependencies]
httpx = "^0.23"
Expand Down
2 changes: 1 addition & 1 deletion storage3/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from httpx import AsyncClient as AsyncClient # noqa: F401
from httpx import Client as BaseClient

__version__ = "0.3.5"
__version__ = "0.3.6"


class SyncClient(BaseClient):
Expand Down

0 comments on commit 5d8b623

Please sign in to comment.