S3contents

Latest version: v0.11.2

Safety actively analyzes 642283 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.4

- Drop support for Python 2, only Python >=3.5 is supported now
- Updated dependencies

0.3

- Better error message on AccessDenied errors

0.1.12

- Parameter for S3/AWS Session token

0.1.11

- Support IPython 7

0.1.0

- Initial release


Releasing

Upload to PyPI

- Update version on `__about__.py`
- Update `CHANGELOG.md`

shell
export VERSION=1.0.0

Optional reset
task clean

task build
rye publish

git commit -am "Release ${VERSION}" --allow-empty
git tag ${VERSION}

git push origin ${VERSION}
git push

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.