Skip to content

Commit

Permalink
no tag prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Nov 13, 2018
1 parent ec1fc60 commit 0dd2f81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ VCS = git
style = pep440
versionfile_source = stdlib_list/_version.py
versionfile_build = stdlib_list/_version.py
tag_prefix = v
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 = "None"
cfg.parentdir_prefix = ""
cfg.versionfile_source = "stdlib_list/_version.py"
cfg.verbose = False
Expand Down

0 comments on commit 0dd2f81

Please sign in to comment.