From patchwork Sat Aug 20 02:21:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Larson X-Patchwork-Id: 3585 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 4983323E52 for ; Sat, 20 Aug 2011 02:21:17 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id 09EFEA1827F for ; Sat, 20 Aug 2011 02:21:16 +0000 (UTC) Received: by ywo7 with SMTP id 7so3721079ywo.11 for ; Fri, 19 Aug 2011 19:21:16 -0700 (PDT) Received: by 10.150.2.16 with SMTP id 16mr68146ybb.333.1313806876310; Fri, 19 Aug 2011 19:21:16 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.150.157.17 with SMTP id f17cs124267ybe; Fri, 19 Aug 2011 19:21:15 -0700 (PDT) Received: by 10.227.163.79 with SMTP id z15mr31293wbx.86.1313806874000; Fri, 19 Aug 2011 19:21:14 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com [91.189.90.7]) by mx.google.com with ESMTPS id fn13si576803wbb.80.2011.08.19.19.21.13 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Aug 2011 19:21:13 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QubBR-0005Pt-7D for ; Sat, 20 Aug 2011 02:21:13 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 2A9FAE0400 for ; Sat, 20 Aug 2011 02:21:13 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-dispatcher X-Launchpad-Branch: ~linaro-validation/lava-dispatcher/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 91 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-dispatcher/trunk] Rev 91: Bump version to 0.2.0 Message-Id: <20110820022113.22957.93638.launchpad@ackee.canonical.com> Date: Sat, 20 Aug 2011 02:21:13 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13697"; Instance="initZopeless config overlay" X-Launchpad-Hash: c75578d4d872af7c86d5370014484713fb337a1a ------------------------------------------------------------ revno: 91 tags: 2011.08, release-0.2.0 committer: Paul Larson branch nick: lava-dispatcher timestamp: Sat 2011-08-20 03:17:57 +0100 message: Bump version to 0.2.0 modified: lava_dispatcher/__init__.py --- lp:lava-dispatcher https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk You are subscribed to branch lp:lava-dispatcher. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription === modified file 'lava_dispatcher/__init__.py' --- lava_dispatcher/__init__.py 2011-08-04 07:19:53 +0000 +++ lava_dispatcher/__init__.py 2011-08-20 02:17:57 +0000 @@ -30,7 +30,7 @@ from lava_dispatcher.client import LavaClient, CriticalError, GeneralError from lava_dispatcher.android_client import LavaAndroidClient -__version__ = "0.1.0" +__version__ = "0.2.0" class LavaTestJob(object): def __init__(self, job_json):