From e5ac82797fafafa727de788986fa83cd147667f6 Mon Sep 17 00:00:00 2001 From: Fabio Utzig Date: Thu, 17 Oct 2019 18:53:44 -0300 Subject: [PATCH] imgtool: release 1.5.0alpha1 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 262d5ad7..76174bd0 100644 --- a/scripts/imgtool/__init__.py +++ b/scripts/imgtool/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -imgtool_version = "1.4.0" +imgtool_version = "1.5.0a1"