diff mbox series

bitbake: Version bump for inherit_defer addition

Message ID 20240126161929.2841739-1-ross.burton@arm.com
State Accepted, archived
Commit 191e6eb2bceb467c97e315301f1f64722cf0e976
Headers show
Series bitbake: Version bump for inherit_defer addition | expand

Commit Message

Ross Burton Jan. 26, 2024, 4:19 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

We've added a new statement, inherit_defer, so bump the version so this
can be checked.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 bitbake/bin/bitbake        | 2 +-
 bitbake/lib/bb/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index abf7de26d8d..1055635ffdd 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -27,7 +27,7 @@  from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException
 
 bb.utils.check_system_locale()
 
-__version__ = "2.7.1"
+__version__ = "2.7.2"
 
 if __name__ == "__main__":
     if __version__ != bb.__version__:
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py
index 019ab1977a9..5e22d347472 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.1"
+__version__ = "2.7.2"
 
 import sys
 if sys.version_info < (3, 8, 0):