Issuing a new Release

  • Update the changelog (docs/source/changelog.rst) with the new desired version.

  • Tag the new release and push it:

    $ git tag -s "x.y.z"
    $ git push --tags origin main
    
  • Update the release nodes on GitHub for the newly pushed release.

  • Update the versions in ReadTheDocs.