summaryrefslogtreecommitdiff
path: root/scripts
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:45 +0100
commit80efb17251df5f3c11d1286f7c189629c95e7c6c (patch)
tree27c5915acf95452bf551e3f2ecc6bad645912f58 /scripts
parent301f65debb2accaf5ec3b7c97e44fc1855758830 (diff)
downloadqutebrowser-80efb17251df5f3c11d1286f7c189629c95e7c6c.tar.gz
qutebrowser-80efb17251df5f3c11d1286f7c189629c95e7c6c.zip
Update asciidoc version in instructions
Diffstat (limited to 'scripts')
-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"