Asserty

Latest version: v3.0.0

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

Scan your dependencies

Page 3 of 3

0.0.2

0.0.1

Releasing

Follow the steps below to make a new release.

**1. Set the new version**

Open [\_\_init\_\_.py](./asserty/__init__.py) and set the correct version.

**3. Update the CHANGELOG**

Update the [CHANGELOG](./CHANGELOG.md) accordingly and commit it.

**3. Create the distribution**

sh
$ make dist


**4. Publish the distribution to PyPi.**

sh
$ make publish
... enter credentials


**4. Tag and push**

sh
$ git tag -a <version>
$ git push --follow-tags

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.