From 5113fecc09399226010beb508f1b66d9f60856af Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Wed, 27 Mar 2019 15:35:57 -0600 Subject: [PATCH] West v0.5.7 This includes fixes for API documentation, a configuration option handling issue, and an improved ZEPHYR_BASE check. Signed-off-by: Marti Bolivar --- src/west/_bootstrap/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/west/_bootstrap/version.py b/src/west/_bootstrap/version.py index 162317f..9c7c389 100644 --- a/src/west/_bootstrap/version.py +++ b/src/west/_bootstrap/version.py @@ -2,4 +2,4 @@ # # This is the Python 3 version of option 3 in: # https://packaging.python.org/guides/single-sourcing-package-version/#single-sourcing-the-version -__version__ = '0.5.6' +__version__ = '0.5.7'