semver to only output a version if the git tag for the version and the current commit hash match
This commit is contained in:
@ -7,7 +7,7 @@ except ImportError:
|
||||
# Python < 3
|
||||
from ConfigParser import ConfigParser
|
||||
|
||||
version = "1.0.7"
|
||||
version = "1.0.8"
|
||||
|
||||
|
||||
# Define common exceptions;
|
||||
|
Reference in New Issue
Block a user