S3content

Latest version: v0.8.1

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

Scan your dependencies

Page 2 of 2

0.1.11

- Support IPython 7

0.1.0

- Initial release


Releasing

Upload to PyPI

- Update version on `__init__.py`
- Update version on `pyproject.toml`
- Update `CHANGELOG.md`
- Update `README.md`

shell
export VERSION=1.0.0

Optional reset
make clean

make all
make upload-pypi

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.