From 39a83f4d995d16364cc9b99da646ff8db6394166 Mon Sep 17 00:00:00 2001 From: Catherine Date: Thu, 16 Dec 2021 18:02:11 +0000 Subject: [PATCH] setup: fix documentation URL for releases. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5619073..742c344 100644 --- a/setup.py +++ b/setup.py @@ -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"