1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

python: bump versions

This commit is contained in:
matejcik 2020-01-29 15:19:30 +01:00 committed by Pavol Rusnak
parent dc53df772f
commit 23ad62e719
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -1,8 +1,8 @@
__version__ = "0.11.6"
__version__ = "0.12.0"
# fmt: off
MINIMUM_FIRMWARE_VERSION = {
"1": (1, 8, 0),
"T": (2, 1, 0),
"1": (1, 9, 0),
"T": (2, 3, 0),
}
# fmt: on