Skip to content

Commit

Permalink
Merge branch 'main' into resumable
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlospaco authored Oct 20, 2024
2 parents 0ba7485 + 25f6ace commit cb23962
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.1"
".": "0.8.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [0.8.2](https://github.com/supabase/storage-py/compare/v0.8.1...v0.8.2) (2024-10-18)


### Bug Fixes

* bump minimal version of Python to 3.9 ([#302](https://github.com/supabase/storage-py/issues/302)) ([b0811b2](https://github.com/supabase/storage-py/commit/b0811b2b38d712d8cd136301663b0a5de20bf890))

## [0.8.1](https://github.com/supabase/storage-py/compare/v0.8.0...v0.8.1) (2024-10-02)


Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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/storage-py"
version = "0.8.1" # {x-release-please-version}
version = "0.8.2" # {x-release-please-version}


[tool.poetry.dependencies]
Expand All @@ -30,7 +30,7 @@ python-dateutil = "^2.8.2"
[tool.poetry.dev-dependencies]
black = "^24.8.0"
isort = "^5.12.0"
pre-commit = "^3.5.0"
pre-commit = "^4.0.1"
pytest = "^8.3.3"
pytest-asyncio = "^0.21.0"
pytest-cov = "^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion storage3/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.1" # {x-release-please-version}
__version__ = "0.8.2" # {x-release-please-version}

0 comments on commit cb23962

Please sign in to comment.