Skip to content

Commit

Permalink
setup: fix documentation URL for releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Dec 16, 2021
1 parent e2b3e8c commit 39a83f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@ def doc_version():
if not git:
return ""
elif git.exact:
return git.format_with("{tag}")
return git.format_with("v{tag}")
else:
return "latest"

Expand Down

0 comments on commit 39a83f4

Please sign in to comment.