From 9f122956263cbb6d25e5a57ff38941d890317c5e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 7 Feb 2017 14:35:48 +0000 Subject: bitbake: bitbake: Update version to 1.33.1 (Bitbake rev: 95deecabfffdb6a7009ecc385c8b12290fbfcb73) 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 bd9c326c4c..0f744099b6 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.33.0" +__version__ = "1.33.1" import sys if sys.version_info < (3, 4, 0): -- cgit v1.2.3-54-g00ecf