summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-12-04 20:43:03 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-12-04 20:43:42 +0100
commit9af347ac5f3de8b8cdf813738073231854130062 (patch)
tree05cbd3f8390d58df9b7864888b19b4363de995e0
parent06cc853ef7c7ee682699c8603b202ff83ac2ef8f (diff)
downloadqutebrowser-9af347ac5f3de8b8cdf813738073231854130062.tar.gz
qutebrowser-9af347ac5f3de8b8cdf813738073231854130062.zip
scripts: Update asciidoc version
(cherry picked from commit 1dea8ace642ef8c3c8948168cbab7c12138ad24e)
-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 7c12dab15..1f744d392 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.7 -m tox -e build-release -- --asciidoc "
- "$env:userprofile\\bin\\asciidoc-9.9.2\\asciidoc.py --upload"
+ "$env:userprofile\\bin\\asciidoc-9.0.4\\asciidoc.py --upload"
.format(v=version))
print("* macOS: git fetch && git checkout v{v} && "
"tox -e build-release -- --upload"