bump to version 106.0.5-1

This commit is contained in:
Bert van der Weerd 2022-11-05 16:13:10 +01:00
parent 11864a2395
commit 3118747d0b
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
exec('gpg --yes --detach-sign {}'.format(setup_filename))
exec('echo Press any key... ; 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))
# upload everything

View file

@ -1 +1 @@
106.0.4
106.0.5