From 5ffdf2271544b0b708fe8cf37281d51627a9194f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 12 Mar 2021 12:14:45 +0100 Subject: Update asciidoc version in instructions (cherry picked from commit 80efb17251df5f3c11d1286f7c189629c95e7c6c) --- 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 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" -- cgit v1.2.3-54-g00ecf