Automatic versioning using Git metadata
I'd like to do releases more easily (instead of running release.sh
) and use Git (instead of modifying __version__.py
).
In the long term, releasing should be just git tag -a vX.Y.Z
and automatically uploaded via CI.