From a8b88bcb580af216b89c5f296008b56d7b396aa2 Mon Sep 17 00:00:00 2001 From: matejcik Date: Thu, 7 Mar 2019 17:44:28 +0100 Subject: [PATCH] trezorlib: bump required firmware version mainly because of ethereum-get-address changes --- trezorlib/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trezorlib/__init__.py b/trezorlib/__init__.py index f135bc6bb..a9090e839 100644 --- a/trezorlib/__init__.py +++ b/trezorlib/__init__.py @@ -2,7 +2,7 @@ __version__ = "0.11.2" # fmt: off MINIMUM_FIRMWARE_VERSION = { - "1": (1, 6, 1), - "T": (2, 0, 10), + "1": (1, 8, 0), + "T": (2, 1, 0), } # fmt: on