Skip to content

Commit

Permalink
0.2.48
Browse files Browse the repository at this point in the history
Change log:

minio: fix tests
minio: update tests
minio: update client docstrings, fix unexpected returns
minio: update Bucket repr and str
minio: update human readable size
minio: fix list_objects expected return
minio: update tests
minio: refactor list_objects to include more kwargs
minio: type hints, refactor `is_ready` to property
minio: PEP 8

os: update docstring
os: type hints

math: human readable size formatting
neo4j: add `is_ready` property

soar: refactor `is_ready` to property
soar: PEP 8

requests: PEP 8
  • Loading branch information
naisanzaa committed Jan 31, 2023
1 parent 9f49362 commit c38d559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="automonisaur",
version="0.2.47",
version="0.2.48",
author="naisanza",
author_email="[email protected]",
description="Core libraries for automonisaur",
Expand Down

0 comments on commit c38d559

Please sign in to comment.