From bcb7635fa67f564b9e62688e6986022654f2c108 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 5 Feb 2019 14:53:28 -0700 Subject: [PATCH] West v0.5.2. Cut a point release to incorporate bootstrapper fixes. 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 d65180f..606214b 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.1' +__version__ = '0.5.2'