diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-10-28 01:29:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-31 09:02:47 +0000 |
commit | ca5bb8224f0f0600464c990a7421ee0e89031628 (patch) | |
tree | 67defa889bb110f6ed4adf1be70fccece9d52a70 /bitbake/lib/bb/__init__.py | |
parent | 514a808f21c37b6ad704ce397bb2740ecc9a93bc (diff) | |
download | poky-ca5bb8224f0f0600464c990a7421ee0e89031628.tar.gz |
bitbake: bitbake: Update version to 1.36.0 for stable release
(Bitbake rev: 83834a58b6c1ec866967c03494b9a7f4d5f1177e)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/__init__.py')
-rw-r--r-- | bitbake/lib/bb/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 45559b994d..526883154c 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py | |||
@@ -21,7 +21,7 @@ | |||
21 | # with this program; if not, write to the Free Software Foundation, Inc., | 21 | # with this program; if not, write to the Free Software Foundation, Inc., |
22 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | 22 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
23 | 23 | ||
24 | __version__ = "1.35.0" | 24 | __version__ = "1.36.0" |
25 | 25 | ||
26 | import sys | 26 | import sys |
27 | if sys.version_info < (3, 4, 0): | 27 | if sys.version_info < (3, 4, 0): |