summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-12 12:14:45 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-12 12:14:57 +0100
commit5ffdf2271544b0b708fe8cf37281d51627a9194f (patch)
tree27c5915acf95452bf551e3f2ecc6bad645912f58
parent301f65debb2accaf5ec3b7c97e44fc1855758830 (diff)
downloadqutebrowser-5ffdf2271544b0b708fe8cf37281d51627a9194f.tar.gz
qutebrowser-5ffdf2271544b0b708fe8cf37281d51627a9194f.zip
Update asciidoc version in instructions
(cherry picked from commit 80efb17251df5f3c11d1286f7c189629c95e7c6c)
-rw-r--r--scripts/dev/update_version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev/update_version.py b/scripts/dev/update_version.py
index 1f476113c..975787415 100644
--- a/scripts/dev/update_version.py
+++ b/scripts/dev/update_version.py
@@ -82,7 +82,7 @@ if __name__ == "__main__":
.format(v=version))
print("* Windows: git fetch; git checkout v{v}; "
"py -3.9 -m tox -e build-release -- --asciidoc "
- "$env:userprofile\\bin\\asciidoc-9.0.5\\asciidoc.py --upload"
+ "$env:userprofile\\bin\\asciidoc-9.1.0\\asciidoc.py --upload"
.format(v=version))
print("* macOS: git fetch && git checkout v{v} && "
"tox -e build-release -- --upload"