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 e2b3e8c commit 39a83f4Copy full SHA for 39a83f4
setup.py
@@ -24,7 +24,7 @@ def doc_version():
24
if not git:
25
return ""
26
elif git.exact:
27
- return git.format_with("{tag}")
+ return git.format_with("v{tag}")
28
else:
29
return "latest"
30
0 commit comments