We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1fc60 commit 62c6785Copy full SHA for 62c6785
setup.cfg
@@ -7,5 +7,5 @@ VCS = git
7
style = pep440
8
versionfile_source = stdlib_list/_version.py
9
versionfile_build = stdlib_list/_version.py
10
-tag_prefix = v
+tag_prefix =
11
parentdir_prefix =
stdlib_list/_version.py
@@ -41,7 +41,7 @@ def get_config():
41
cfg = VersioneerConfig()
42
cfg.VCS = "git"
43
cfg.style = "pep440"
44
- cfg.tag_prefix = "v"
+ cfg.tag_prefix = ""
45
cfg.parentdir_prefix = ""
46
cfg.versionfile_source = "stdlib_list/_version.py"
47
cfg.verbose = False
0 commit comments