From 5138dc06377d0ea85bcc7f7203c4da535d187dba Mon Sep 17 00:00:00 2001 From: Shabin Dilanchian Date: Tue, 2 Nov 2021 18:41:35 +0400 Subject: [PATCH 1/5] Update version.py --- src/superannotate/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/superannotate/version.py b/src/superannotate/version.py index 325c236fd..9b575128e 100644 --- a/src/superannotate/version.py +++ b/src/superannotate/version.py @@ -1 +1 @@ -__version__ = "4.2.4b2" +__version__ = "4.2.4" From e155db3166534554bcb7a8dc9015c8143966f353 Mon Sep 17 00:00:00 2001 From: Shabin Dilanchian Date: Tue, 2 Nov 2021 18:42:50 +0400 Subject: [PATCH 2/5] Update config.py --- src/superannotate/lib/app/mixp/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/superannotate/lib/app/mixp/config.py b/src/superannotate/lib/app/mixp/config.py index 290d4754f..053f37866 100644 --- a/src/superannotate/lib/app/mixp/config.py +++ b/src/superannotate/lib/app/mixp/config.py @@ -1 +1 @@ -TOKEN = "e741d4863e7e05b1a45833d01865ef0d" +TOKEN = "ca95ed96f80e8ec3be791e2d3097cf51" From d366edd2a114ee03143a798b87b5e41254343101 Mon Sep 17 00:00:00 2001 From: Vincent Flesouras Date: Thu, 4 Nov 2021 16:20:09 -0700 Subject: [PATCH 3/5] Change syntax in docs to match Function in API --- docs/source/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/cli.rst b/docs/source/cli.rst index ac8cd5eb2..cfc0035f3 100644 --- a/docs/source/cli.rst +++ b/docs/source/cli.rst @@ -191,7 +191,7 @@ To export project superannotatecli export-project --project --folder [--include-fuse] - [--disable_extract_zip_contents] + [--disable-extract-zip-contents] [--annotation-statuses ] ---------- From deea3a4cc56d44ce6a27111a80ce69863e0586c0 Mon Sep 17 00:00:00 2001 From: Vaghinak Basentsyan <84702976+VaghinakDev@users.noreply.github.com> Date: Tue, 9 Nov 2021 11:07:56 +0400 Subject: [PATCH 4/5] Update config.py --- src/superannotate/lib/app/mixp/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/superannotate/lib/app/mixp/config.py b/src/superannotate/lib/app/mixp/config.py index 053f37866..290d4754f 100644 --- a/src/superannotate/lib/app/mixp/config.py +++ b/src/superannotate/lib/app/mixp/config.py @@ -1 +1 @@ -TOKEN = "ca95ed96f80e8ec3be791e2d3097cf51" +TOKEN = "e741d4863e7e05b1a45833d01865ef0d" From 8f28ff3fdfc7bbae41946c79847ad1f6cf8a9300 Mon Sep 17 00:00:00 2001 From: Vaghinak Basentsyan <84702976+VaghinakDev@users.noreply.github.com> Date: Tue, 9 Nov 2021 11:08:25 +0400 Subject: [PATCH 5/5] Update version.py --- src/superannotate/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/superannotate/version.py b/src/superannotate/version.py index 9b575128e..325c236fd 100644 --- a/src/superannotate/version.py +++ b/src/superannotate/version.py @@ -1 +1 @@ -__version__ = "4.2.4" +__version__ = "4.2.4b2"