versioneer: remote tag_prefix = v

does not seem to be stripped correctly
pull/235/merge
Robert Jördens 2016-01-18 21:28:09 -07:00
parent 063e88d75a
commit 8674875007
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ def get_config():
cfg = VersioneerConfig() cfg = VersioneerConfig()
cfg.VCS = "git" cfg.VCS = "git"
cfg.style = "pep440" cfg.style = "pep440"
cfg.tag_prefix = "v" cfg.tag_prefix = ""
cfg.parentdir_prefix = "artiq-" cfg.parentdir_prefix = "artiq-"
cfg.versionfile_source = "artiq/_version.py" cfg.versionfile_source = "artiq/_version.py"
cfg.verbose = False cfg.verbose = False

View File

@ -3,5 +3,5 @@ VCS = git
style = pep440 style = pep440
versionfile_source = artiq/_version.py versionfile_source = artiq/_version.py
versionfile_build = artiq/_version.py versionfile_build = artiq/_version.py
tag_prefix = v tag_prefix =
parentdir_prefix = artiq- parentdir_prefix = artiq-