From 71c0d311baad6874c7c832fa3334a238a99cc661 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 5 Jan 2024 11:56:05 +0000 Subject: bitbake: bitbake: Version bump for find_siginfo chanages Bump the version to 2.7.1 for the find_siginfo changes. (Bitbake rev: 03995e16bf7186f5368f772f617d563f4d280641) Signed-off-by: Richard Purdie --- bitbake/lib/bb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/__init__.py') diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 0145d6bcde..019ab1977a 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py @@ -9,7 +9,7 @@ # SPDX-License-Identifier: GPL-2.0-only # -__version__ = "2.7.0" +__version__ = "2.7.1" import sys if sys.version_info < (3, 8, 0): -- cgit v1.2.3-54-g00ecf