mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 11:39:03 +00:00
92cc7665dd
This should probably happen right after tagging a release. This way, we can set a valid minimum version requirement that makes it clear that the released version is not good enough. (microwallet will need this)
9 lines
117 B
Python
9 lines
117 B
Python
__version__ = "0.11.2"
|
|
|
|
# fmt: off
|
|
MINIMUM_FIRMWARE_VERSION = {
|
|
"1": (1, 6, 1),
|
|
"T": (2, 0, 10),
|
|
}
|
|
# fmt: on
|