merged pull by @lp4n6, fixed current version

Signed-off-by: dfirfpi <francesco.picasso@gmail.com>
This commit is contained in:
dfirfpi 2020-01-07 18:45:15 +01:00
parent 96a9992053
commit 83c3a07ca9
No known key found for this signature in database
GPG Key ID: EC61291E5446B028

View File

@ -4,6 +4,7 @@
# Huawei KoBackup backups decryptor. # Huawei KoBackup backups decryptor.
# #
# Version History # Version History
# - 20200107: merged pull by @lp4n6, fixed current version
# - 20191113: fixed double folder creation error # - 20191113: fixed double folder creation error
# - 20190729: first public release # - 20190729: first public release
# #
@ -48,7 +49,7 @@ from Crypto.Hash import HMAC
from Crypto.Protocol.KDF import PBKDF2 from Crypto.Protocol.KDF import PBKDF2
from Crypto.Util import Counter from Crypto.Util import Counter
VERSION = '20190729' VERSION = '20200107'
# Disabling check on doc strings and naming convention. # Disabling check on doc strings and naming convention.
# pylint: disable=C0111,C0103 # pylint: disable=C0111,C0103