bump to version 197.0-1

This commit is contained in:
Bert van der Weerd 2022-11-18 09:46:45 +01:00
parent 3118747d0b
commit b48bef9ac5
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0
2 changed files with 2 additions and 2 deletions

View file

@ -247,7 +247,7 @@ def upload(token):
# create signatures # create signatures
exec('gpg --yes --detach-sign {}'.format(setup_filename)) exec('gpg --yes --detach-sign {}'.format(setup_filename))
exec('echo Press Control-D to continue (is this still needed?)... ; cat > /dev/null') exec('echo "Press Control-D to continue (is this still needed?)..." ; cat > /dev/null')
exec('gpg --yes --detach-sign {}'.format(pazip_filename)) exec('gpg --yes --detach-sign {}'.format(pazip_filename))
# upload everything # upload everything

View file

@ -1 +1 @@
106.0.5 107.0