From 8a5e49876eae4f2d9bc8ced2fa2e2be0d24ddd68 Mon Sep 17 00:00:00 2001 From: Fabio Utzig Date: Thu, 11 Feb 2021 19:46:58 -0300 Subject: [PATCH] imgtool: rollback to 1.7.0 release Since there won't be anymore alpha releases, rollback to latest official (from master). The next released versions now can be either 1.7.X from v1.7-branch or X.Y.Zrc1 for the release candidate of next stable version. Signed-off-by: Fabio Utzig --- scripts/imgtool/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/imgtool/__init__.py b/scripts/imgtool/__init__.py index 5d7d1818..4f193990 100644 --- a/scripts/imgtool/__init__.py +++ b/scripts/imgtool/__init__.py @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -imgtool_version = "1.8.0a1" +imgtool_version = "1.7.0"