From 9af347ac5f3de8b8cdf813738073231854130062 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 4 Dec 2020 20:43:03 +0100 Subject: scripts: Update asciidoc version (cherry picked from commit 1dea8ace642ef8c3c8948168cbab7c12138ad24e) --- scripts/dev/update_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-54-g00ecf