bitbake: Update to version 1.27.0 post 1.26 release

(Bitbake rev: 0153e0b4e089f62a7d5a92ca6be2fa5a8f61a6e4)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2015-03-25 12:49:39 +00:00
parent 5756684d67
commit e029d27eaf
2 changed files with 2 additions and 2 deletions

View File

@ -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.26.0"
__version__ = "1.27.0"
import sys
if sys.version_info < (2, 7, 3):

View File

@ -36,7 +36,7 @@ from bb import ui
from bb import server
from bb import cookerdata
__version__ = "1.26.0"
__version__ = "1.27.0"
logger = logging.getLogger("BitBake")
class BBMainException(bb.BBHandledException):