Release workflow

  1. Fill the CHANGELOG.md with the new version

  2. Change the version number in __about__.py

  3. Apply a git tag with the relevant version: git tag -a 0.3.0 {git commit hash} -m "New awesome feature"

  4. Push tag to main branch: git push origin --tags