Skip to content

Commit

Permalink
Merge pull request #18 from ocefpaf/no_tag_prefix
Browse files Browse the repository at this point in the history
no tag prefix
  • Loading branch information
ocefpaf committed Nov 13, 2018
2 parents ec1fc60 + 62c6785 commit f343504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ VCS = git
style = pep440
versionfile_source = stdlib_list/_version.py
versionfile_build = stdlib_list/_version.py
tag_prefix = v
tag_prefix =
parentdir_prefix =
2 changes: 1 addition & 1 deletion stdlib_list/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_config():
cfg = VersioneerConfig()
cfg.VCS = "git"
cfg.style = "pep440"
cfg.tag_prefix = "v"
cfg.tag_prefix = ""
cfg.parentdir_prefix = ""
cfg.versionfile_source = "stdlib_list/_version.py"
cfg.verbose = False
Expand Down

0 comments on commit f343504

Please sign in to comment.