Raven-cron

Latest version: v0.2.0

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

Scan your dependencies

0.2.0

==================

* Update RELEASE.md
* How to make a release

0.1.0

==================

* Fixes .gitignore
* Don't load the raven dependency in `__init__.py`. Fixes 1
* Project moved
* Add LICENSE file



How to make a release
=====================

Merge in all the changes, make sure master is happy and the current working
directory clean.

Bump the version in raven-cron/version.py following
[semver](http://semver.org). Let's call it $NEW_VERSION.

Run `git changelog` from the git-extras package to update the changelog.
Format accordingly and set the $NEW_VERSION.

Then make a commit called "Release v$NEW_VERSION"
And `git tag v$NEW_VERSION`

Run `git push && git push --tags`

run `make release`

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.