From 6fad773c915d3eca0644045376394c652d2906dc Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Thu, 31 Mar 2022 19:38:33 +0200 Subject: [PATCH] change version of wb --- ereuse_devicehub/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ereuse_devicehub/config.py b/ereuse_devicehub/config.py index 2d44b652..4a1f03c7 100644 --- a/ereuse_devicehub/config.py +++ b/ereuse_devicehub/config.py @@ -53,7 +53,7 @@ class DevicehubConfig(Config): """The minimum version of ereuse.org workbench that this devicehub accepts. we recommend not changing this value. """ - WORKBENCH_LITE = ["2022.03"] + WORKBENCH_LITE = ["2022.03.00"] TMP_SNAPSHOTS = config('TMP_SNAPSHOTS', '/tmp/snapshots') TMP_LIVES = config('TMP_LIVES', '/tmp/lives')