bitbake: bitbake: Update version to 1.32.0

(Bitbake rev: d9713ed13d0c88c7ee38e8d7b52aa525318af6e3)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2016-10-11 08:46:35 +01:00
parent 45f7221915
commit 9756e534fd
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ from bb.main import bitbake_main, BitBakeConfigParameters, BBMainException
if sys.getfilesystemencoding() != "utf-8":
sys.exit("Please use a locale setting which supports utf-8.\nPython can't change the filesystem locale after loading so we need a utf-8 when python starts or things won't work.")
__version__ = "1.31.2"
__version__ = "1.32.0"
if __name__ == "__main__":
if __version__ != bb.__version__: