From daa256f9f4c12e90a52edf4fac08e7dffe3f2bd0 Mon Sep 17 00:00:00 2001 From: tamir321 <48160658+tamir321@users.noreply.github.com> Date: Mon, 10 Feb 2020 14:32:01 +0200 Subject: [PATCH 1/3] Update main-image-to-Bynary.py --- main-image-to-Bynary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main-image-to-Bynary.py b/main-image-to-Bynary.py index d38dcaa..480f445 100644 --- a/main-image-to-Bynary.py +++ b/main-image-to-Bynary.py @@ -13,7 +13,7 @@ def start(args, hkubeapi): time.sleep(2) return {"name":"python test", - "version":"v2", + "version":"v3-branch1", "image.format":image.format, "image.mode":image.mode, "image.size":image.size, From 52b91bd84a2a8ec21ad3c2eee88c53417561f131 Mon Sep 17 00:00:00 2001 From: tamir321 <48160658+tamir321@users.noreply.github.com> Date: Mon, 10 Feb 2020 14:35:43 +0200 Subject: [PATCH 2/3] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 5cced97..2ce8a4d 100644 --- a/main.py +++ b/main.py @@ -60,7 +60,7 @@ def start(args, hkubeapi): time.sleep(1) return {"name":"convert byte array to image", - "version":"v3-1", + "version":"v3-1-branch1", "image.format":image.format, "image.mode":image.mode, "image.size":image.size, From ce1aa9322bba88ff74e3ccc340003cd90bdff02d Mon Sep 17 00:00:00 2001 From: tamir321 <48160658+tamir321@users.noreply.github.com> Date: Thu, 13 Feb 2020 11:49:38 +0200 Subject: [PATCH 3/3] update branch1 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 2ce8a4d..284b888 100644 --- a/main.py +++ b/main.py @@ -60,7 +60,7 @@ def start(args, hkubeapi): time.sleep(1) return {"name":"convert byte array to image", - "version":"v3-1-branch1", + "version":"v3-1-branch1-take2", "image.format":image.format, "image.mode":image.mode, "image.size":image.size,