From d2ef693c9acac28e346cb7773dfefefeb8617075 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 23 Aug 2018 09:02:49 +0100 Subject: bitbake: bitbake: Bump version 1.39.0 -> 1.39.1 (Bitbake rev: 49c3fd2489867c09dec6919a25b53d935a8204bb) Signed-off-by: Richard Purdie --- bitbake/lib/bb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib') diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index b49a032ba6..4e9f6e3535 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py @@ -21,7 +21,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -__version__ = "1.39.0" +__version__ = "1.39.1" import sys if sys.version_info < (3, 4, 0): -- cgit v1.2.3-54-g00ecf