Skip to content

Commit f343504

Browse files
authored
Merge pull request #18 from ocefpaf/no_tag_prefix
no tag prefix
2 parents ec1fc60 + 62c6785 commit f343504

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ VCS = git
77
style = pep440
88
versionfile_source = stdlib_list/_version.py
99
versionfile_build = stdlib_list/_version.py
10-
tag_prefix = v
10+
tag_prefix =
1111
parentdir_prefix =

stdlib_list/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_config():
4141
cfg = VersioneerConfig()
4242
cfg.VCS = "git"
4343
cfg.style = "pep440"
44-
cfg.tag_prefix = "v"
44+
cfg.tag_prefix = ""
4545
cfg.parentdir_prefix = ""
4646
cfg.versionfile_source = "stdlib_list/_version.py"
4747
cfg.verbose = False

0 commit comments

Comments
 (0)