pylast/RELEASING.md
Hugo van Kemenade e22ad6b464
Link to CHANGELOG.md
[CI skip]
2020-02-15 18:34:20 +02:00

737 B

Release Checklist

  • Get master to the appropriate code release state. Travis CI should be running cleanly for all merges to master.

  • Tag with the version number:

git tag -a 3.2.0 -m "Release 3.2.0"
  • Push tag:
git push --tags
pip3 uninstall -y pylast && pip3 install -U pylast