From 98f31b879d088e531bae1748af3e1aee20dfe6e6 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 5 Jun 2024 22:24:41 +0000 Subject: [PATCH] 0.7.6 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c46c1b2..0561486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.7.6 (2024-06-05) + +### Fix + +* fix: follow redirects (#257) ([`521fbd9`](https://github.com/supabase-community/storage-py/commit/521fbd924e0633b202fa792d5a52cf241e455060)) + + ## v0.7.5 (2024-06-04) ### Chore diff --git a/pyproject.toml b/pyproject.toml index d6f40c5..38dcbda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ license = "MIT" name = "storage3" readme = "README.md" repository = "https://github.com/supabase-community/storage-py" -version = "0.7.5" +version = "0.7.6" [tool.poetry.dependencies] httpx = ">=0.24,<0.28"