semver to only output a version if the git tag for the version and the current commit hash match

This commit is contained in:
Derek DeJonghe
2018-06-05 17:10:32 -04:00
parent 7936a986e5
commit f456c928d7
3 changed files with 15 additions and 2 deletions

View File

@ -7,7 +7,7 @@ except ImportError:
# Python < 3
from ConfigParser import ConfigParser
version = "1.0.7"
version = "1.0.8"
# Define common exceptions;