Create a process for deploying the software. See if it can be automated in a batch file.
Try changing the version in the __init__.py as a placeholder. When the batch file runs, replace this placeholder with the full version number being built, including the git hash. This way if there was an issue, it will be known exactly which git version it was, so it can be resolved, just in-case there are duplicates in the versioning.
Create a process for deploying the software. See if it can be automated in a batch file.
Try changing the version in the
__init__.py
as a placeholder. When the batch file runs, replace this placeholder with the full version number being built, including the git hash. This way if there was an issue, it will be known exactly which git version it was, so it can be resolved, just in-case there are duplicates in the versioning.